Skip to content
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

Refresh Documentation to Use Spark 2.X concepts #1105

Merged
merged 1 commit into from
Apr 3, 2017

Conversation

RussellSpitzer
Copy link
Contributor

No description provided.

@bcantoni
Copy link
Contributor

Russ I pushed another commit with first-pass of some text edits. Next I'll go through and check the examples.

Copy link
Contributor

@bcantoni bcantoni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Russ it all looks good to me. I've pushed a couple more minor edits and you'll probably want to squash all this together.

.read
.format("org.apache.spark.sql.cassandra")
.options(Map( "table" -> "words", "keyspace" -> "test"))
.load() // This DataFrame will use a spark.cassandra.input.size of 32
.load() // This DataSet will use a spark.cassandra.input.size of 32

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

default value is 128. This should be 128 and "cluster" -> "ClusterOne" should be 32

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch! Thanks

@ds-jenkins-builds
Copy link

Build against Scala 2.11 finished with failure

@ds-jenkins-builds
Copy link

Build against Scala 2.10 finished with failure

Fix doc links
Adds Python Dictionary as Kwargs Example
More examples, Common issues
Minor edits for consistency
Text and link edits
@RussellSpitzer RussellSpitzer merged commit 72ee19d into master Apr 3, 2017
@RussellSpitzer RussellSpitzer deleted the 2.0-DocRefresh branch April 3, 2017 22:10
@ds-jenkins-builds
Copy link

Build against Scala 2.11 finished with success

@ds-jenkins-builds
Copy link

Build against Scala 2.10 finished with success

Sign up for free to 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.

4 participants