[ 
https://issues.apache.org/jira/browse/SPARK-6694?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jin Adachi updated SPARK-6694:
------------------------------
    Description: 
SparkSQL CLI has an option --database as follows.
But, the option --database is ignored.

{code:}
$ spark-sql --help
:
CLI options:
    :
    --database <databasename>     Specify the database to use
```
{code}

  was:
SparkSQL CLI has an option --database as follows.
But, an option --database doesn't work properly.

{code:}
$ spark-sql --help
:
CLI options:
    :
    --database <databasename>     Specify the database to use
```
{code}


> SparkSQL CLI must be able to specify an option --database on the command line.
> ------------------------------------------------------------------------------
>
>                 Key: SPARK-6694
>                 URL: https://issues.apache.org/jira/browse/SPARK-6694
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.3.0, 1.4.0
>            Reporter: Jin Adachi
>
> SparkSQL CLI has an option --database as follows.
> But, the option --database is ignored.
> {code:}
> $ spark-sql --help
> :
> CLI options:
>     :
>     --database <databasename>     Specify the database to use
> ```
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to