Github user SparkQA commented on the issue:

    https://github.com/apache/spark/pull/16856
  
    **[Test build #73864 has 
finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/73864/testReport)**
 for PR 16856 at commit 
[`e595fd0`](https://github.com/apache/spark/commit/e595fd05807db70ba057d209108b24bd0d6c6471).
     * This patch passes all tests.
     * This patch merges cleanly.
     * This patch adds the following public classes _(experimental)_:
      * `* For other Hadoop InputFormats, you can use the 
`SparkContext.hadoopRDD` method, which takes an arbitrary `JobConf` and input 
format class, key class and value class. Set these the same way you would for a 
Hadoop job with your input source. You can also use 
`SparkContext.newAPIHadoopRDD` for InputFormats based on the \"new\" MapReduce 
API (`org.apache.hadoop.mapreduce`).`
      * `* For other Hadoop InputFormats, you can use the 
`JavaSparkContext.hadoopRDD` method, which takes an arbitrary `JobConf` and 
input format class, key class and value class. Set these the same way you would 
for a Hadoop job with your input source. You can also use 
`JavaSparkContext.newAPIHadoopRDD` for InputFormats based on the \"new\" 
MapReduce API (`org.apache.hadoop.mapreduce`).`
      * `A 
[Converter](api/scala/index.html#org.apache.spark.api.python.Converter) trait 
is provided`
      * `Note that while it is also possible to pass a reference to a method in 
a class instance (as opposed to`
      * `class MyClass `
      * `class MyClass `
      * `class GetLength implements Function<String, Integer> `
      * `class Sum implements Function2<Integer, Integer, Integer> `
      * `Note that while it is also possible to pass a reference to a method in 
a class instance (as opposed to`
      * `class MyClass(object):`
      * `class MyClass(object):`
      * `class VectorAccumulatorV2 extends AccumulatorV2[MyVector, MyVector] `
      * `class VectorAccumulatorV2 implements AccumulatorV2<MyVector, MyVector> 
`
      * `class VectorAccumulatorParam(AccumulatorParam):`


---
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]

Reply via email to