-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update installation.adoc #56
base: dev
Are you sure you want to change the base?
Conversation
This PR includes documentation updates Updated pages: |
[.tabbed-example] | ||
==== | ||
[.include-with-Scala] | ||
===== | ||
[source, shell, subs="attributes+"] | ||
---- | ||
$SPARK_HOME/bin/spark-shell --packages neo4j:neo4j-spark-connector:{exact-connector-version}-s_{scala-version} | ||
---- | ||
===== | ||
|
||
[.include-with-Python] | ||
===== | ||
[source, shell, subs="attributes+"] | ||
---- | ||
$SPARK_HOME/bin/pyspark --packages neo4j:neo4j-spark-connector:{exact-connector-version}-s_{scala-version} | ||
---- | ||
===== | ||
==== | ||
|
||
or through artifacts deployed to Maven Central: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why this section (after the only change in the first line) is highlighted. Any other changes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah because I added an explicit section that shows the usage of spark packages.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It was only showing how to use the maven based package.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't it repeated?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No description provided.