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

   Since 
[init-hcfs.groovy](https://github.com/apache/bigtop/blob/c111a3069aa54273b68309092595cb7d2fc052f4/bigtop-packages/src/common/hadoop/init-hcfs.groovy)
 is contained in hadoop package, smoke-tests need hadoop-pkg with the patch 
applied. You can manually put the tez.tar.gz on HDFS otherwise.
   
   ```
   $ ./docker-hadoop.sh --create 1 ... --stack hdfs,yarn,mapreduce,tez
   $ ./docker-hadoop.sh --exec 1 sudo -u hdfs hdfs dfs -put 
/usr/lib/tez/lib/tez.tar.gz /apps/tez/lib/
   $ ./docker-hadoop.sh --smoke-tests tez
   ```
   


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