HiveCli 'set' command can't handle property values with semicolons
------------------------------------------------------------------

                 Key: HIVE-2234
                 URL: https://issues.apache.org/jira/browse/HIVE-2234
             Project: Hive
          Issue Type: Bug
          Components: CLI, Configuration
            Reporter: Carl Steinbach


{noformat}

hive> set javax.jdo.option.ConnectionURL=jdbc:derby:;create=true;

FAILED: Parse Error: line 1:0 cannot recognize input near 'create' '=' 'true' 
in ddl statement

hive> set javax.jdo.option.ConnectionURL='jdbc:derby:;create=true';

FAILED: Parse Error: line 1:0 cannot recognize input near 'create' '=' 'true' 
in ddl statement

hive> set javax.jdo.option.ConnectionURL="jdbc:derby:;create=true";

FAILED: Parse Error: line 1:0 cannot recognize input near 'create' '=' 'true' 
in ddl statement
{noformat}


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to