-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build Ambari 2.7.11.0-python3 #26
Comments
Created brunch mvn -B clean install package jdeb:jdeb "-Dmaven.clover.skip=true" "-DskipTests" "-Dstack.distribution=BIGTOP" "-Drat.ignoreErrors=true" -Dpython.ver="python >= 3.10" -Djdk.version="1.8" -Dfindbugs.skip=true -DnewVersion=2.7.11.0 -DbuildNumber=$(git rev-parse HEAD) -Dviews -Pdeb "-Dodp.release.number=134" |
Command
After that every ambari-agent command returns:
|
After running the deployment, you can see the following contents of the /etc/apt/sources.list.d/ambari-deploy.list file:
To fix this problem there are required to uninstall Ambari Server, remove all directories with cache and remove previus created sudo rm -rf /etc/ambari-server/ /var/log/ambari-server/ /var/lib/ambari-server/ /var/run/ambari-server/
sudo -u postgres psql postgres
DROP DATABASE ambari; |
Ambari requires to install stack-select tool package for deploy. There are required to build bigtop-select deb package and upload it into apt-repository. For now the main services of Hadoop was successfully deployed - Hadoop, MapReduce, YARN and Zookeeper. |
The following components was successfully deployed:
|
There are problems with Hive/Spark packages installation and with bigtop-select tool compatability. Errors that occur:
|
Tasks:
The text was updated successfully, but these errors were encountered: