Github user HyukjinKwon commented on the issue:

    https://github.com/apache/spark/pull/15866
  
    Oh, the test this PR tries to deal with, 
`org.apache.spark.JavaAPISuite.wholeTextFiles` is passed. However, another test 
in here `org.apache.spark.JavaAPISuite.writeWithNewAPIHadoopFile` is being 
failed for a different reason which I am investigating this.
    
    **Before**
    
    ```
    [info] Test org.apache.spark.JavaAPISuite.wholeTextFiles started
    [error] Test org.apache.spark.JavaAPISuite.wholeTextFiles failed: 
java.lang.AssertionError: expected:<spark is easy to use.
    [error] > but was:<null>, took 0.578 sec
    [error]     at 
org.apache.spark.JavaAPISuite.wholeTextFiles(JavaAPISuite.java:1089)
    [error]     ...
    ```
    
    **After**
    
    ```
    [info] Test org.apache.spark.JavaAPISuite.wholeTextFiles started
    ...
    [info] Test org.apache.spark.JavaAPISuite.writeWithNewAPIHadoopFile started
    [error] Test org.apache.spark.JavaAPISuite.writeWithNewAPIHadoopFile 
failed: org.apache.spark.SparkException: Job aborted., took 0.407 sec
    ```



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