iwasakims commented on PR #906:
URL: https://github.com/apache/bigtop/pull/906#issuecomment-1172921464

   `./gradlew hadoop-pkg-ind -POS=debian-10 -Pprefix=1.5.0` (i.e. without 
manually launching container) worked as expected.
   
   ```
   bash debian/install_hadoop.sh \
     --prefix=debian/tmp/ \
     --distro-dir=debian \
     --build-dir=/bigtop/output/hadoop/hadoop-2.10.2/build \
     --httpfs-dir=debian/tmp/usr/lib/hadoop-httpfs \
     --httpfs-etc-dir=debian/tmp/etc/hadoop-httpfs \
     --kms-dir=debian/tmp/usr/lib/hadoop-kms \
     --kms-etc-dir=debian/tmp/etc/hadoop-kms \
     --system-lib-dir=debian/tmp/usr/lib/ \
     --system-libexec-dir=debian/tmp/usr/lib/hadoop/libexec/ \
     --system-include-dir=debian/tmp/usr/include \
     --doc-dir=debian/tmp/usr/share/doc/hadoop-doc \
             --man-dir=debian/tmp/usr/share/man \
     --example-dir=debian/tmp/usr/share/doc/hadoop/examples \
     --native-build-string=Linux-amd64-64 \
     --installed-lib-dir=/usr/lib/hadoop
   ```


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