lvkaihua commented on code in PR #1167:
URL: https://github.com/apache/bigtop/pull/1167#discussion_r1330917088
##########
bigtop-packages/src/deb/hive/rules:
##########
@@ -60,6 +60,7 @@ override_dh_auto_install: server2 metastore hcatalog-server
webhcat-server
ln -s /usr/lib/hbase/hbase-common.jar /usr/lib/hbase/hbase-client.jar
/usr/lib/hbase/hbase-hadoop-compat.jar /usr/lib/hbase/hbase-hadoop2-compat.jar
debian/tmp/usr/lib/hive/lib
ln -s /usr/lib/hbase/hbase-procedure.jar
/usr/lib/hbase/hbase-protocol.jar /usr/lib/hbase/hbase-server.jar
debian/tmp/usr/lib/hive/lib/
ln -s /usr/lib/zookeeper/zookeeper.jar debian/tmp/usr/lib/hive/lib
+ ln -s /usr/lib/hadoop//tools/lib/hadoop-distcp*.jar
debian/tmp/usr/lib/hive/lib/
Review Comment:
I'm very sorry, the previous testing I conducted on Centos lacked detailed
testing for the Ubuntu section. I thought it was all the same soft link
operation, but I just fixed it and changed it to ln -
s/usr/lib/hadoop/tools/lib/hadoop distcp *. jar
debian/tmp/usr/lib/live/lib/hadoop distcp.jar. After testing, it will
automatically match the corresponding

##########
bigtop-packages/src/deb/hive/rules:
##########
@@ -60,6 +60,7 @@ override_dh_auto_install: server2 metastore hcatalog-server
webhcat-server
ln -s /usr/lib/hbase/hbase-common.jar /usr/lib/hbase/hbase-client.jar
/usr/lib/hbase/hbase-hadoop-compat.jar /usr/lib/hbase/hbase-hadoop2-compat.jar
debian/tmp/usr/lib/hive/lib
ln -s /usr/lib/hbase/hbase-procedure.jar
/usr/lib/hbase/hbase-protocol.jar /usr/lib/hbase/hbase-server.jar
debian/tmp/usr/lib/hive/lib/
ln -s /usr/lib/zookeeper/zookeeper.jar debian/tmp/usr/lib/hive/lib
+ ln -s /usr/lib/hadoop//tools/lib/hadoop-distcp*.jar
debian/tmp/usr/lib/hive/lib/
Review Comment:
I'm very sorry, the previous testing I conducted on Centos lacked detailed
testing for the Ubuntu section. I thought it was all the same soft link
operation, but I just fixed it and changed it to ln -
s/usr/lib/hadoop/tools/lib/hadoop distcp *. jar
debian/tmp/usr/lib/live/lib/hadoop distcp.jar. After testing, it will
automatically match the corresponding

--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]