GitHub user daisukebe opened a pull request:
https://github.com/apache/spark/pull/6234
Updating Programming Guides per SPARK-4397
The change per SPARK-4397 makes implicit objects in SparkContext to be
found by the compiler automatically. So that we don't need to import the
o.a.s.SparkContext._ explicitly any more and can remove some statements around
the "implicit conversions" from the latest Programming Guides (1.3.0 and higher)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/daisukebe/spark patch-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/6234.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #6234
----
commit a29be5fca8c80dd5fa60107efda7001a2460e226
Author: Dice <[email protected]>
Date: 2015-05-18T11:41:12Z
Updating Programming Guides per SPARK-4397
The change per SPARK-4397 makes implicit objects in SparkContext to be
found by the compiler automatically. So that we don't need to import the
o.a.s.SparkContext._ explicitly any more and can remove some statements around
the "implicit conversions" from the latest Programming Guides (1.3.0 and higher)
----
---
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.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]