guluo2016 commented on code in PR #1094:
URL: https://github.com/apache/bigtop/pull/1094#discussion_r1148560496


##########
bigtop-packages/src/deb/hbase/rules:
##########
@@ -50,15 +53,15 @@ override_dh_auto_install:
        ln -f -s ${hadoop_home}/client/hadoop-annotations.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
        ln -f -s ${hadoop_home}/client/hadoop-auth.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
        ln -f -s ${hadoop_home}/client/hadoop-common.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
-       ln -f -s ${hadoop_home}/client/hadoop-hdfs.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
-       ln -f -s ${hadoop_home}/client/hadoop-mapreduce-client-app.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
+       ln -f -s ${hadoop_hdfs_path}/hadoop-hdfs.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
+       ln -f -s ${hadoop_mapreduce_path}/hadoop-mapreduce-client-app.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
        ln -f -s ${hadoop_home}/client/hadoop-mapreduce-client-common.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
        ln -f -s ${hadoop_home}/client/hadoop-mapreduce-client-core.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
        ln -f -s ${hadoop_home}/client/hadoop-mapreduce-client-jobclient.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
-       ln -f -s ${hadoop_home}/client/hadoop-mapreduce-client-shuffle.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
+       ln -f -s ${hadoop_mapreduce_path}/hadoop-mapreduce-client-shuffle.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
        ln -f -s ${hadoop_home}/client/hadoop-yarn-api.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
        ln -f -s ${hadoop_home}/client/hadoop-yarn-client.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
-       ln -f -s ${hadoop_home}/client/hadoop-yarn-common.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/
+       ln -f -s ${hadoop_yarn_path}/hadoop-yarn-common.jar 
debian/tmp/usr/lib/${hbase_pkg_name}/lib/

Review Comment:
   Thank you for your patient review, you are right,I will modify it again later



-- 
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]

Reply via email to