You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2011/06/22 00:53:47 UTC

[jira] [Created] (HIVE-2234) HiveCli 'set' command can't handle property values with semicolons

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

        

[jira] [Updated] (HIVE-2234) HiveCli 'set' command can't handle property values with semicolons

Posted by "Carl Steinbach (JIRA)" <ji...@apache.org>.
     [ 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