|
88 | 88 | <artifactId>antlr4-runtime</artifactId>
|
89 | 89 | <version>${antlr4.version}</version>
|
90 | 90 | </dependency>
|
91 |
| - <dependency> |
92 |
| - <groupId>org.apache.carbondata</groupId> |
93 |
| - <artifactId>carbondata-hive</artifactId> |
94 |
| - <version>${project.version}</version> |
95 |
| - <exclusions> |
96 |
| - <exclusion> |
97 |
| - <groupId>org.apache.commons</groupId> |
98 |
| - <artifactId>*</artifactId> |
99 |
| - </exclusion> |
100 |
| - <exclusion> |
101 |
| - <groupId>org.apache.hive</groupId> |
102 |
| - <artifactId>*</artifactId> |
103 |
| - </exclusion> |
104 |
| - <exclusion> |
105 |
| - <groupId>org.spark-project.hive</groupId> |
106 |
| - <artifactId>*</artifactId> |
107 |
| - </exclusion> |
108 |
| - </exclusions> |
109 |
| - </dependency> |
110 | 91 | <dependency>
|
111 | 92 | <groupId>com.beust</groupId>
|
112 | 93 | <artifactId>jcommander</artifactId>
|
113 | 94 | <version>1.72</version>
|
114 | 95 | </dependency>
|
115 |
| - <dependency> |
116 |
| - <groupId>org.apache.carbondata</groupId> |
117 |
| - <artifactId>carbondata-cli</artifactId> |
118 |
| - <version>${project.version}</version> |
119 |
| - <exclusions> |
120 |
| - <exclusion> |
121 |
| - <groupId>org.apache.hive</groupId> |
122 |
| - <artifactId>hive-exec</artifactId> |
123 |
| - </exclusion> |
124 |
| - </exclusions> |
125 |
| - </dependency> |
126 | 96 | <dependency>
|
127 | 97 | <groupId>org.apache.carbondata</groupId>
|
128 | 98 | <artifactId>carbondata-lucene</artifactId>
|
|
241 | 211 | </exclusion>
|
242 | 212 | </exclusions>
|
243 | 213 | </dependency>
|
244 |
| - <dependency> |
245 |
| - <groupId>com.databricks</groupId> |
246 |
| - <artifactId>spark-avro_2.11</artifactId> |
247 |
| - <version>4.0.0</version> |
248 |
| - <exclusions> |
249 |
| - <exclusion> |
250 |
| - <groupId>org.apache.avro</groupId> |
251 |
| - <artifactId>avro</artifactId> |
252 |
| - </exclusion> |
253 |
| - </exclusions> |
254 |
| - </dependency> |
255 | 214 | <dependency>
|
256 | 215 | <groupId>org.apache.spark</groupId>
|
257 | 216 | <artifactId>spark-avro_${scala.binary.version}</artifactId>
|
258 |
| - <version>2.4.5</version> |
| 217 | + <version>${spark.version}</version> |
259 | 218 | <exclusions>
|
260 | 219 | <exclusion>
|
261 | 220 | <groupId>org.apache.avro</groupId>
|
|
277 | 236 | </exclusion>
|
278 | 237 | </exclusions>
|
279 | 238 | </dependency>
|
| 239 | + <dependency> |
| 240 | + <groupId>org.apache.commons</groupId> |
| 241 | + <artifactId>commons-configuration2</artifactId> |
| 242 | + <version>2.1.1</version> |
| 243 | + <exclusions> |
| 244 | + <exclusion> |
| 245 | + <groupId>org.apache.commons</groupId> |
| 246 | + <artifactId>commons-lang3</artifactId> |
| 247 | + </exclusion> |
| 248 | + </exclusions> |
| 249 | + </dependency> |
280 | 250 | <dependency>
|
281 | 251 | <groupId>commons-httpclient</groupId>
|
282 | 252 | <artifactId>commons-httpclient</artifactId>
|
|
304 | 274 | </exclusion>
|
305 | 275 | </exclusions>
|
306 | 276 | </dependency>
|
| 277 | + <dependency> |
| 278 | + <groupId>org.apache.carbondata</groupId> |
| 279 | + <artifactId>carbondata-cli</artifactId> |
| 280 | + <version>${project.version}</version> |
| 281 | + <exclusions> |
| 282 | + <exclusion> |
| 283 | + <groupId>org.apache.hive</groupId> |
| 284 | + <artifactId>hive-exec</artifactId> |
| 285 | + </exclusion> |
| 286 | + </exclusions> |
| 287 | + </dependency> |
| 288 | + <dependency> |
| 289 | + <groupId>org.apache.carbondata</groupId> |
| 290 | + <artifactId>carbondata-hive</artifactId> |
| 291 | + <version>${project.version}</version> |
| 292 | + <exclusions> |
| 293 | + <exclusion> |
| 294 | + <groupId>org.apache.commons</groupId> |
| 295 | + <artifactId>*</artifactId> |
| 296 | + </exclusion> |
| 297 | + <exclusion> |
| 298 | + <groupId>org.apache.hive</groupId> |
| 299 | + <artifactId>*</artifactId> |
| 300 | + </exclusion> |
| 301 | + <exclusion> |
| 302 | + <groupId>org.apache.hadoop</groupId> |
| 303 | + <artifactId>*</artifactId> |
| 304 | + </exclusion> |
| 305 | + <exclusion> |
| 306 | + <groupId>org.spark-project.hive</groupId> |
| 307 | + <artifactId>*</artifactId> |
| 308 | + </exclusion> |
| 309 | + </exclusions> |
| 310 | + </dependency> |
307 | 311 | <!-- scala -->
|
308 | 312 | <dependency>
|
309 | 313 | <groupId>org.scala-lang</groupId>
|
|
460 | 464 | <reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
|
461 | 465 | <junitxml>.</junitxml>
|
462 | 466 | <filereports>CarbonTestSuite.txt</filereports>
|
463 |
| - <argLine> ${argLine} -ea -Xmx3g -XX:MaxPermSize=512m -XX:ReservedCodeCacheSize=512m |
464 |
| - </argLine> |
| 467 | + <argLine>-ea -Xmx3g -Xss4m -XX:MaxMetaspaceSize=2g -XX:ReservedCodeCacheSize=512m</argLine> |
465 | 468 | <stderr />
|
466 | 469 | <environmentVariables>
|
467 | 470 | </environmentVariables>
|
468 | 471 | <systemProperties>
|
469 |
| - <java.awt.headless>true</java.awt.headless> |
| 472 | + <java.awt.headless>false</java.awt.headless> |
470 | 473 | <spark.carbon.hive.schema.store>${carbon.hive.based.metastore}</spark.carbon.hive.schema.store>
|
471 | 474 | </systemProperties>
|
472 | 475 | </configuration>
|
|
0 commit comments