Github user emlaver commented on a diff in the pull request:
https://github.com/apache/bahir/pull/45#discussion_r126801090
--- Diff: sql-cloudant/README.md ---
@@ -31,15 +31,14 @@ The `--packages` argument can also be used with
`bin/spark-submit`.
Submit a job in Python:
- spark-submit --master local[4] --jars <path to cloudant-spark.jar>
<path to python script>
+ spark-submit --master local[4] --packages
org.apache.bahir:spark-sql-cloudant_2.11:2.2.0-SNAPSHOT <path to python
script>
--- End diff --
Fixed in 5588c87. There are existing examples on how to run this command
under sections `Using SQL In Python` and `Using SQL In Scala`.
---
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.
---