Github user zjffdu commented on the issue:
https://github.com/apache/zeppelin/pull/1831
Sorry, I miss your last reply. Do you mean yarn-client mode works for you
in spark ?
I use the following command to launch pyspark and get the error as
following:
Launch pyspark ( I am using spark 2.1.0)
```
bin/pyspark --packages
com.datastax.spark:spark-cassandra-connector_2.10:1.6.2,TargetHolding:pyspark-cassandra:0.3.5
--exclude-packages org.slf4j:slf4j-api --master yarn-client
```
Fail to import pyspark_cassandra
```
>>> import pyspark_cassandra
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named pyspark_cassandra
```
---
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.
---