iwasakims commented on code in PR #1167:
URL: https://github.com/apache/bigtop/pull/1167#discussion_r1317182428
##########
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:
You must use tab instead of whitespace since the rules file is written in
Makefile format. @lvkaihua
```
debian/rules:63: *** missing separator (did you mean TAB instead of 8
spaces?). Stop.
dpkg-buildpackage: error: fakeroot debian/rules clean subprocess returned
exit status 2
> Task :hive-sdeb FAILED
```
--
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]