[
https://issues.apache.org/jira/browse/HIVE-2234?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Steinbach updated HIVE-2234:
---------------------------------
Affects Version/s: 0.5.0
0.6.0
0.7.0
> 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
> Affects Versions: 0.5.0, 0.6.0, 0.7.0
> 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