GitHub user adachij2002 opened a pull request:
https://github.com/apache/spark/pull/5345
[SPARK-6694][SQL]SparkSQL CLI must be able to specify an option --database
on the command line.
SparkSQL CLI has an option --database as follows.
But, an option --database doesn't work properly.
```
$ spark-sql --help
:
CLI options:
:
--database <databasename> Specify the database to use
```
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/adachij2002/spark SPARK-6694
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/5345.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5345
----
commit c804c03fa21612597b059e521d7e50fcf6ccfce5
Author: adachij <[email protected]>
Date: 2015-04-03T08:17:46Z
SparkSQL CLI must be able to specify an option --database on the command
line.
commit ee09fa5ecfe85ed636bbb42a23d3f8ee3709b9a5
Author: adachij <[email protected]>
Date: 2015-04-03T08:19:13Z
Merge branch 'master' into SPARK-6694
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]