-
Notifications
You must be signed in to change notification settings - Fork 28.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOC][Build] Wrong cmd for build spark with apache hadoop 2.4.X and hive 12 #3335
Conversation
Test build #23534 has started for PR 3335 at commit
|
Test build #23534 has finished for PR 3335 at commit
|
Test PASSed. |
@pwendell, this should go into master and branch-1.2 |
@@ -109,7 +109,7 @@ Hive 0.12.0 using the `-Phive-0.12.0` profile. | |||
mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive -Phive-thriftserver -DskipTests clean package | |||
|
|||
# Apache Hadoop 2.4.X with Hive 12 support | |||
mvn -Pyarn -Phive -Phive-thriftserver-0.12.0 -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive -Phive-thriftserver -DskipTests clean package | |||
mvn -Pyarn -Phadoop-2.4 -Dhadoop.version=2.4.0 -Phive-0.12.0 -Phive-thriftserver -DskipTests clean package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Doesn't this also need -Phive?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, my mistake, updated.
Test build #23638 has started for PR 3335 at commit
|
Test build #23638 has finished for PR 3335 at commit
|
Test PASSed. |
Ping |
1 similar comment
Ping |
Hi @pwendell, is this ok to go? |
Pulling this in - thanks! |
…ive 12 Author: wangfei <[email protected]> Closes #3335 from scwf/patch-10 and squashes the following commits: d343113 [wangfei] add '-Phive' 60d595e [wangfei] [DOC] Wrong cmd for build spark with apache hadoop 2.4.X and Hive 12 support (cherry picked from commit 0fe54cf) Signed-off-by: Patrick Wendell <[email protected]>
No description provided.