File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed
Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 102102 <groupId >net.sf.py4j</groupId >
103103 <artifactId >py4j</artifactId >
104104 </exclusion >
105- <exclusion >
106- <groupId >com.google.guava</groupId >
107- <artifactId >guava</artifactId >
108- </exclusion >
109105 </exclusions >
110106 </dependency >
111107
135131 <artifactId >spark-core_${scala.binary.version}</artifactId >
136132 <version >${spark.version} </version >
137133 <scope >provided</scope >
134+ <exclusions >
135+ <exclusion >
136+ <groupId >org.apache.hadoop</groupId >
137+ <artifactId >hadoop-client</artifactId >
138+ </exclusion >
139+ </exclusions >
140+ </dependency >
141+ <dependency >
142+ <groupId >org.apache.hadoop</groupId >
143+ <artifactId >hadoop-client</artifactId >
144+ <version >2.6.0</version >
145+ <scope >provided</scope >
138146 </dependency >
139147
140148 <dependency >
Original file line number Diff line number Diff line change 4949 <dependency >
5050 <groupId >org.apache.hadoop</groupId >
5151 <artifactId >hadoop-common</artifactId >
52- <version >2.2 .0</version >
52+ <version >2.6 .0</version >
5353 <scope >provided</scope >
5454 </dependency >
5555 </dependencies >
You can’t perform that action at this time.
0 commit comments