-
Notifications
You must be signed in to change notification settings - Fork 428
Open
Description
First Bug
set livy.session.conf.spark.driver.maxResultSize=8g;
set livy.session.conf.spark.driver.memory=12g;
set livy.session.conf.spark.driver.memoryOverhead=8g;
set livy.session.conf.spark.kryoserializer.buffer.max=512m;
Unable to format SQL: Error: Parse error: Unexpected "8g; set li" at line 1 column 50
We usually use the Spark configurations in the SQL codes, and it reports the bug. We suppose those configurations are useful, and could you please help us fix this bug?
Second Bug
WHERE
dayno = ${v_day}
Unable to format SQL: Error: Parse error: Unexpected "${v_day} )" at line 112 column 17
We usually use shell parameter in the SQL codes, and it reports the bug. We suppose those parameters are useful, and could you please help us fix this bug?