|
66 | 66 | <spark.streaming.kafka.artifactId>spark-streaming-kafka-0-8_${scala.binary.version} |
67 | 67 | </spark.streaming.kafka.artifactId> |
68 | 68 | <spark.sql.kafka.artifactId>spark-sql-kafka-0-10_${scala.binary.version}</spark.sql.kafka.artifactId> |
69 | | - <spark.version>2.2.0</spark.version> |
70 | | - <spark.bigversion>2.2</spark.bigversion> |
| 69 | + <spark.version>2.4.3</spark.version> |
| 70 | + <spark.bigversion>2.4</spark.bigversion> |
71 | 71 |
|
72 | 72 |
|
73 | 73 | <flink.version>1.4.2</flink.version> |
|
341 | 341 |
|
342 | 342 | </profile> |
343 | 343 |
|
344 | | - <profile> |
345 | | - |
346 | | - <id>spark-2.2.0</id> |
347 | | - <properties> |
348 | | - <spark.streaming.kafka.artifactId>spark-streaming-kafka-0-8_${scala.binary.version} |
349 | | - </spark.streaming.kafka.artifactId> |
350 | | - <spark.sql.kafka.artifactId>spark-sql-kafka-0-10_${scala.binary.version}</spark.sql.kafka.artifactId> |
351 | | - <spark.version>2.2.0</spark.version> |
352 | | - <spark.bigversion>2.2</spark.bigversion> |
353 | | - <bigdl.spark.version.minor>2.2.0</bigdl.spark.version.minor> |
354 | | - </properties> |
355 | | - <modules> |
356 | | - <module>streamingpro-spark-2.2.0-adaptor</module> |
357 | | - <module>streamingpro-dsl-legacy</module> |
358 | | - <module>streamingpro-mlsql</module> |
359 | | - <module>streamingpro-crawler</module> |
360 | | - </modules> |
361 | | - <dependencies> |
362 | | - <dependency> |
363 | | - <groupId>javax.servlet</groupId> |
364 | | - <artifactId>javax.servlet-api</artifactId> |
365 | | - <version>3.1.0</version> |
366 | | - </dependency> |
367 | | - <dependency> |
368 | | - <groupId>net.csdn</groupId> |
369 | | - <artifactId>serviceframework-jetty-9-server</artifactId> |
370 | | - <version>${serviceframework.version}</version> |
371 | | - <exclusions> |
372 | | - <!--<exclusion>--> |
373 | | - <!--<groupId>org.eclipse.jetty</groupId>--> |
374 | | - <!--<artifactId>jetty-server</artifactId>--> |
375 | | - <!--</exclusion>--> |
376 | | - <!--<exclusion>--> |
377 | | - <!--<groupId>org.eclipse.jetty</groupId>--> |
378 | | - <!--<artifactId>jetty-http</artifactId>--> |
379 | | - <!--</exclusion>--> |
380 | | - <!--<exclusion>--> |
381 | | - <!--<groupId>org.eclipse.jetty</groupId>--> |
382 | | - <!--<artifactId>jetty-io</artifactId>--> |
383 | | - <!--</exclusion>--> |
384 | | - <!--<exclusion>--> |
385 | | - <!--<groupId>org.eclipse.jetty</groupId>--> |
386 | | - <!--<artifactId>jetty-continuation</artifactId>--> |
387 | | - <!--</exclusion>--> |
388 | | - <!--<exclusion>--> |
389 | | - <!--<groupId>org.eclipse.jetty</groupId>--> |
390 | | - <!--<artifactId>jetty-util</artifactId>--> |
391 | | - <!--</exclusion>--> |
392 | | - <exclusion> |
393 | | - <groupId>org.eclipse.jetty</groupId> |
394 | | - <artifactId>jetty-servlet</artifactId> |
395 | | - </exclusion> |
396 | | - <exclusion> |
397 | | - <groupId>junit</groupId> |
398 | | - <artifactId>junit</artifactId> |
399 | | - </exclusion> |
400 | | - <exclusion> |
401 | | - <groupId>org.scala-lang</groupId> |
402 | | - <artifactId>jline</artifactId> |
403 | | - </exclusion> |
404 | | - <exclusion> |
405 | | - <groupId>com.alibaba</groupId> |
406 | | - <artifactId>dubbo</artifactId> |
407 | | - </exclusion> |
408 | | - </exclusions> |
409 | | - </dependency> |
410 | | - </dependencies> |
411 | | - </profile> |
412 | | - |
| 344 | + |
413 | 345 |
|
414 | 346 | <profile> |
415 | 347 | <id>spark-2.3.0</id> |
|
0 commit comments