hit-lacus edited a comment on pull request #1535: URL: https://github.com/apache/kylin/pull/1535#issuecomment-753997480
## Test ### Hadoop ```sh [root@cdh-1 apache-kylin-4.0.0-SNAPSHOT-bin]# hadoop version Hadoop 3.0.0-cdh6.2.0 Source code repository http://github.com/cloudera/hadoop -r d1dff3d3a126da44e3458bbf148c3bc16ff55bd8 Compiled by jenkins on 2019-03-14T06:39Z Compiled with protoc 2.5.0 From source with checksum 7fd065792597e9cd1f12e1a7c7a0 This command was run using /opt/cloudera/parcels/CDH-6.2.0-1.cdh6.2.0.p0.967373/jars/hadoop-common-3.0.0-cdh6.2.0.jar [root@cdh-1 apache-kylin-4.0.0-SNAPSHOT-bin]# hive --version WARNING: Use "yarn jar" to launch YARN applications. SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-6.2.0-1.cdh6.2.0.p0.967373/jars/log4j-slf4j-impl-2.8.2.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: Found binding in [jar:file:/opt/cloudera/parcels/CDH-6.2.0-1.cdh6.2.0.p0.967373/jars/slf4j-log4j12-1.7.25.jar!/org/slf4j/impl/StaticLoggerBinder.class] SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation. SLF4J: Actual binding is of type [org.apache.logging.slf4j.Log4jLoggerFactory] Hive 2.1.1-cdh6.2.0 Subversion file:///container.redhat7/build/cdh/hive/2.1.1-cdh6.2.0/rpm/BUILD/hive-2.1.1-cdh6.2.0 -r fec2a053ef8eab794f509841a51199c2bb25bcfd Compiled by jenkins on Thu Mar 14 00:03:47 PDT 2019 From source with checksum 54100195f9044f45ac33448c7b2542ad ``` ### Replace jars ```sh [root@cdh-1 apache-kylin-4.0.0-SNAPSHOT-bin]# find spark/jars/ -name '*.jar' -type f -mmin -30 spark/jars/hadoop-annotations-3.0.0-cdh6.2.0.jar spark/jars/hadoop-hdfs-client.jar spark/jars/hadoop-common-3.0.0-cdh6.2.0.jar spark/jars/hadoop-hdfs-httpfs.jar spark/jars/hadoop-hdfs-native-client.jar spark/jars/hadoop-hdfs-client-3.0.0-cdh6.2.0.jar spark/jars/hadoop-hdfs-3.0.0-cdh6.2.0.jar spark/jars/re2j-1.1.jar spark/jars/woodstox-core-asl-4.4.1.jar spark/jars/hadoop-auth-3.0.0-cdh6.2.0.jar spark/jars/woodstox-core-5.1.0.jar spark/jars/hadoop-hdfs-httpfs-3.0.0-cdh6.2.0.jar spark/jars/hadoop-hdfs-native-client-3.0.0-cdh6.2.0.jar spark/jars/hadoop-mapreduce-client-shuffle-3.0.0-cdh6.2.0.jar spark/jars/hadoop-mapreduce-client-app-3.0.0-cdh6.2.0.jar spark/jars/hadoop-mapreduce-client-jobclient-3.0.0-cdh6.2.0.jar spark/jars/hadoop-mapreduce-client-common-3.0.0-cdh6.2.0.jar spark/jars/hadoop-mapreduce-client-core-3.0.0-cdh6.2.0.jar spark/jars/hadoop-yarn-server-web-proxy-3.0.0-cdh6.2.0.jar spark/jars/hadoop-yarn-common-3.0.0-cdh6.2.0.jar spark/jars/hadoop-yarn-server-common-3.0.0-cdh6.2.0.jar spark/jars/hadoop-yarn-client-3.0.0-cdh6.2.0.jar spark/jars/hadoop-yarn-api-3.0.0-cdh6.2.0.jar spark/jars/htrace-core4-4.2.0-incubating.jar spark/jars/htrace-core4-4.1.0-incubating.jar spark/jars/commons-configuration2-2.1.jar spark/jars/commons-configuration2-2.1.1.jar spark/jars/re2j-1.0.jar spark/jars/woodstox-core-5.0.3.jar spark/jars/hive-exec-1.21.2.3.1.0.0-78.jar spark/jars/stax2-api-3.1.4.jar [root@cdh-1 apache-kylin-4.0.0-SNAPSHOT-bin]# find spark/jars/ -name '*2.7.3*' -type f spark/jars/univocity-parsers-2.7.3.jar spark/jars/hadoop-annotations-2.7.3.jar spark/jars/hadoop-common-2.7.3.jar spark/jars/hadoop-auth-2.7.3.jar spark/jars/hadoop-client-2.7.3.jar ``` <img width="705" alt="image" src="https://user-images.githubusercontent.com/14030549/103547116-efee2500-4ede-11eb-900a-5836d75a06be.png"> ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
