File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 105105 <artifactId >spark-dist_${scala.binary.version}-hadoop-palantir</artifactId >
106106 <version >${project.version} </version >
107107 </dependency >
108+ <dependency >
109+ <groupId >org.apache.spark</groupId >
110+ <artifactId >spark-dist</artifactId >
111+ <version >${project.version} -hadoop-${hadoop.version} </version >
112+ </dependency >
108113 </dependencies >
109114 </dependencyManagement >
110115
Original file line number Diff line number Diff line change 104104 <artifactId >spark-dist_${scala.binary.version}-without-hadoop</artifactId >
105105 <version >${project.version} </version >
106106 </dependency >
107+ <dependency >
108+ <groupId >org.apache.spark</groupId >
109+ <artifactId >spark-dist</artifactId >
110+ <version >${project.version} -without-hadoop</version >
111+ </dependency >
107112 </dependencies >
108113 </dependencyManagement >
109114
You can’t perform that action at this time.
0 commit comments