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

   > ```
   > [ERROR] Failed to execute goal on project hbase-common: Could not resolve 
dependencies for project org.apache.hbase:hbase-common:jar:2.4.13: Could not 
find artifact org.apache.hadoop:hadoop-common:jar:3.3.4 in central 
(https://repo.maven.apache.org/maven2) -> [Help 1]
   > ```
   > 
   > You need to build Hadoop first (by `./gradlew hadoop-pkg`) to install 
artifacts of Hadoop 3.3.4 to local repository. It is not found in public Maven 
repositories since it is not released yet.
   
   ok,  let me try to build Hadoop-3.3.4 and Hbase-2.4.13 in the single docker 
container.
   `docker run --rm -v `pwd`:/ws --workdir /ws bigtop/slaves:trunk-rockylinux-8 
bash -c '. /etc/profile.d/bigtop.sh; ./gradlew hadoop-clean hbase-clean 
hadoop-pkg hbase-pkg'`


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