Skip to content

Add build profile for Spark/Cassandra integration - #79

Closed
doanduyhai wants to merge 1 commit into
apache:masterfrom
doanduyhai:master
Closed

Add build profile for Spark/Cassandra integration#79
doanduyhai wants to merge 1 commit into
apache:masterfrom
doanduyhai:master

Conversation

@doanduyhai

Copy link
Copy Markdown
Contributor

To build a Zeppelin version with the Datastax Spark/Cassandra connector

mvn clean package -Pcassandra-spark-1.x -Dhadoop.version=xxx -Phadoop-x.x -DskipTests

Right now the Spark/Cassandra connector is available for Spark 1.1 and Spark 1.2. Support for Spark 1.3 is not released yet (but you can build you own Spark/Cassandra connector version 1.3.0-SNAPSHOT). Support for Spark 1.4 does not exist yet

Please do not forget to add -Dspark.cassandra.connection.host=xxx to the ZEPPELIN_JAVA_OPTS parameter in conf/zeppelin-env.sh file. Alternatively you can add this parameter in the parameter list of the Spark interpreter on the GUI

@Leemoonsoo

Copy link
Copy Markdown
Member

Thanks for contribution. LGTM!

egorklimov pushed a commit to Tinkoff/zeppelin that referenced this pull request Sep 18, 2019
…y_event_fix to V_1.0.0
* commit 'e0d38adee1a860c26c91e9ad99aebcf4d6f033d5':
[ZP-427] yet another ace fix
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@doanduyhai@Leemoonsoo