Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5429#discussion_r28039180
  
    --- Diff: dev/create-release/create-release.sh ---
    @@ -119,13 +119,13 @@ if [[ ! "$@" =~ --skip-publish ]]; then
       rm -rf $SPARK_REPO
     
       build/mvn -DskipTests -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
    -    -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl -Pkinesis-asl \
    +    -Pyarn -Phive -Phive-thriftserver -Phadoop-2.2 -Pspark-ganglia-lgpl 
-Pkinesis-asl \
         clean install
     
       ./dev/change-version-to-2.11.sh
       
       build/mvn -DskipTests -Dhadoop.version=2.2.0 -Dyarn.version=2.2.0 \
    -    -Dscala-2.11 -Pyarn -Phive -Phadoop-2.2 -Pspark-ganglia-lgpl 
-Pkinesis-asl \
    +    -Dscala-2.11 -Pyarn -Phive -Phive-thriftserver -Phadoop-2.2 
-Pspark-ganglia-lgpl -Pkinesis-asl \
    --- End diff --
    
    Scala 2.11 does not support the thriftserver because there is a JLine 
conflict between Scala 2.11's repl and the Hive CLI that makes it not compile 
correctly. So we can only do it for 2.10 right now.


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