Github user liancheng commented on the pull request:

    https://github.com/apache/spark/pull/2214#issuecomment-54385671
  
    Hmm, a summary about the failure pattern of `HiveThriftServer2Suite`:
    
    - Running locally with
    
      - `hive-thriftserver/test-only *.*Suite`
    
        PASS
    
      - `test`
    
        PASS
    
    - SSH to Jenkins node, and then
    
      - run with `sudo` and `hive-thriftserver/test-only *.*Suite`
    
        PASS
    
      - run with `sudo` and `test`
    
        PASS
    
    - Jenkins build triggered by GitHub with
    
      - modified `dev/run-tests` script that only `hive-thriftserver/test-only 
*.*Suite`
    
        PASS
    
      - normal `dev/run-tests` script
    
        **FAIL**. `sbin/start-thriftserver.sh` script is called, since we can 
see output of `compute-classpath.sh` from the log, but it seems that the JVM 
process fails to start.



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