Github user dongjoon-hyun commented on the issue:

    https://github.com/apache/spark/pull/16795
  
    So far, **ReplSuite** failures are observed. One is OOM and the other is 
the other is ClosureCleaner. Both happens after the testcase, `define case 
class and create Dataset together with paste mode`. It seems there is some 
flakiness on that suite. I'll take a closer look for that suite.
    
    hadoop-2.7
    ```
    ReplSuite:
    ...
    - define case class and create Dataset together with paste mode
    Spark context available as 'sc' (master = local-cluster[1,4,4096], app id = 
app-20170208112317-0000).
    Spark session available as 'spark'.
    Exception in thread "ExecutorRunner for app-20170208112317-0000/94" 
java.lang.OutOfMemoryError: Java heap space
    ```
    
    hadoop-2.6 
    ```
    ReplSuite:
    ...
    - define case class and create Dataset together with paste mode
    Spark context available as 'sc' (master = local-cluster[1,4,4096], app id = 
app-20170208112342-0000).
    Spark session available as 'spark'.
    - should clone and clean line object in ClosureCleaner *** FAILED ***
      isContain was true Interpreter output contained 'Exception':
    ```  


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to