-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-29991][INFRA] Support Hive 1.2 and Hive 2.3 (default) in PR builder #26710
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -476,7 +476,8 @@ object SparkParallelTestGrouping { | |
| "org.apache.spark.ml.classification.LinearSVCSuite", | ||
| "org.apache.spark.sql.SQLQueryTestSuite", | ||
| "org.apache.spark.sql.hive.thriftserver.ThriftServerQueryTestSuite", | ||
| "org.apache.spark.sql.hive.thriftserver.SparkSQLEnvSuite" | ||
| "org.apache.spark.sql.hive.thriftserver.SparkSQLEnvSuite", | ||
| "org.apache.spark.sql.hive.thriftserver.ui.ThriftServerPageSuite" | ||
|
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This fixes the test failure against Hive 2.3 (tested in #26706); however, I have no explicit evidence. Just given my speculation and it worked.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm still seeing failures like in https://amplab.cs.berkeley.edu/jenkins/job/NewSparkPullRequestBuilder/4953/testReport/ - should we make all the thriftserver tests single-threaded?
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah yeah. Maybe that's a better idea. I'll monitor a bit more and make a PR soon |
||
| ) | ||
|
|
||
| private val DEFAULT_TEST_GROUP = "default_test_group" | ||
|
|
||
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.
cc @shaneknapp, maybe we can use it this environment variable (?) later when we consider setting the Jenkins jobs for Hive 1.2/2.3 + Hadoop 2.7/3.2 + JDK 8/11 combinations.
The env name looks a bit odd given
AMPLAB_JENKINS_BUILD_PROFILE. We might have to rename it later.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.
sorry, i missed this over the november holiday. yes, i've had a desire for years to rename the
AMPLAB_*variables as the amplab project ended in december 2016. :)i'll do this after the 3.0 cut. no time like the present!