-
Notifications
You must be signed in to change notification settings - Fork 29k
[DRAFT][BUILD] Test upgrading built-in Hive to 2.3.10 #45372
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
d457f85
647b0a4
f504753
2ecdfd8
59323ce
c8ca897
eb7cc46
e191b99
05c511e
d7619bb
32d481f
613eb85
71e8f93
a31b060
0a14994
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 |
|---|---|---|
|
|
@@ -78,11 +78,12 @@ class MavenUtilsSuite | |
| val settings = new IvySettings | ||
| val res1 = MavenUtils.createRepoResolvers(settings.getDefaultIvyUserDir) | ||
| // should have central and spark-packages by default | ||
| assert(res1.getResolvers.size() === 4) | ||
| assert(res1.getResolvers.size() === 5) | ||
| assert(res1.getResolvers.get(0).asInstanceOf[IBiblioResolver].getName === "local-m2-cache") | ||
| assert(res1.getResolvers.get(1).asInstanceOf[FileSystemResolver].getName === "local-ivy-cache") | ||
| assert(res1.getResolvers.get(2).asInstanceOf[IBiblioResolver].getName === "central") | ||
| assert(res1.getResolvers.get(3).asInstanceOf[IBiblioResolver].getName === "spark-packages") | ||
| assert(res1.getResolvers.get(4).asInstanceOf[IBiblioResolver].getName === "hive-staging-repo") | ||
|
||
| } | ||
|
|
||
| test("create additional resolvers") { | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,7 +49,7 @@ OLD_VERSION=$($MVN -q \ | |
| --non-recursive \ | ||
| org.codehaus.mojo:exec-maven-plugin:1.6.0:exec | grep -E '[0-9]+\.[0-9]+\.[0-9]+') | ||
| # dependency:get for guava and jetty-io are workaround for SPARK-37302. | ||
| GUAVA_VERSION=$(build/mvn help:evaluate -Dexpression=guava.version -q -DforceStdout | grep -E "^[0-9.]+$") | ||
| GUAVA_VERSION=$(build/mvn help:evaluate -Dexpression=guava.version -q -DforceStdout | grep -E "^[0-9\.]+") | ||
|
||
| build/mvn dependency:get -Dartifact=com.google.guava:guava:${GUAVA_VERSION} -q | ||
| JETTY_VERSION=$(build/mvn help:evaluate -Dexpression=jetty.version -q -DforceStdout | grep -E "[0-9]+\.[0-9]+\.[0-9]+") | ||
| build/mvn dependency:get -Dartifact=org.eclipse.jetty:jetty-io:${JETTY_VERSION} -q | ||
|
|
||
This file was deleted.
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.
will be removed