[
https://issues.apache.org/jira/browse/KYLIN-4858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17258226#comment-17258226
]
ASF GitHub Bot commented on KYLIN-4858:
---------------------------------------
hit-lacus commented 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/hadoop-auth-3.0.0-cdh6.2.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
[root@cdh-1 apache-kylin-4.0.0-SNAPSHOT-bin]#
[root@cdh-1 apache-kylin-4.0.0-SNAPSHOT-bin]#
[root@cdh-1 apache-kylin-4.0.0-SNAPSHOT-bin]#
[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
```
----------------------------------------------------------------
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]
> Support Kylin4 deployment on CDH 6.X
> ------------------------------------
>
> Key: KYLIN-4858
> URL: https://issues.apache.org/jira/browse/KYLIN-4858
> Project: Kylin
> Issue Type: Bug
> Affects Versions: v4.0.0-alpha
> Reporter: Xiaoxiang Yu
> Assignee: Xiaoxiang Yu
> Priority: Major
> Fix For: v4.0.0-beta
>
>
> Will support depoly Kylin 4 on CDH 6.3 by linux script to replace hadoop
> related jars .
--
This message was sent by Atlassian Jira
(v8.3.4#803005)