Skip to content

Commit 0918c76

Browse files
authored
make sure the guava package is the same as spark 3.3.0 (#1905)
1 parent 4da12d6 commit 0918c76

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

init.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "init",
1010
"params": [
1111
{
12-
"mlsql": "select 1 as a as output;",
12+
"mlsql": "load FS.``\nWhere `fs.s3a.endpoint`=\"s3.cn-northwest-1.amazonaws.com.cn\"\nand `fs.s3a.bucket.gtma.access.key`=\"AKIAW36DVI3VRR4Z4QCQ\"\nand `fs.s3a.bucket.gtma.secret.key`=\"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\"\nand `fs.s3a.impl`=\"org.apache.hadoop.fs.s3a.S3AFileSystem\"\nand `fs.AbstractFileSystem.s3a.impl`=\"org.apache.hadoop.fs.s3a.S3A\"\nas output;",
1313
"owner": "admin",
1414
"home": "/tmp"
1515
}

pom.xml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<spark.sql.kafka.artifactId>spark-sql-kafka-0-10_${scala.binary.version}</spark.sql.kafka.artifactId>
7878

7979

80-
<guava.version>16.0</guava.version>
80+
<guava.version>14.0.1</guava.version>
8181
<jetty.version>9.2.16.v20160414</jetty.version>
8282

8383
<httpclient.version>4.5.13</httpclient.version>
@@ -121,7 +121,11 @@
121121

122122
<dependencyManagement>
123123
<dependencies>
124-
124+
<!-- <dependency>-->
125+
<!-- <groupId>com.google.guava</groupId>-->
126+
<!-- <artifactId>guava</artifactId>-->
127+
<!-- <version>14.0.1</version>-->
128+
<!-- </dependency>-->
125129
<dependency>
126130
<groupId>com.fasterxml.jackson.core</groupId>
127131
<artifactId>jackson-core</artifactId>

0 commit comments

Comments
 (0)