guyuqi commented on PR #1148:
URL: https://github.com/apache/bigtop/pull/1148#issuecomment-1661812564

   > @guyuqi When I test the bigtop smoke test of the Ubuntu 22.04 system, the 
apt repository cannot be found. 
![image](https://user-images.githubusercontent.com/113407588/257755811-a5920056-d8d0-4101-a77b-06e3a9df5761.png)
 I build the local repository source command: ./gradlew apt Can you provide a 
way to test the smoke test of bigtop on Ubuntu 22.04?
   
   
   In Ubuntu-22.04 yaml: 
   
`https://github.com/apache/bigtop/blob/master/provisioner/docker/config_ubuntu-22.04.yaml`
   You should enable your local repo and set the components properly like:
   ```
   components: [hdfs, yarn, mapreduce, hbase]
   enable_local_repo: true
   smoke_test_components: [hbase]
   ```
   
   To run the smoke test:
   `./docker-hadoop.sh -C config_ubuntu-22.04.yaml -c 3 -s`


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