Hello, I recently tried to install Apache Eagle in some way . And I finally failed. The problems I encountered are as follows:
1. I am download the virtualbox of the HDP- Sandbox, and runing normally. I could enter the ambari web to start the Spark Hbase and something else. Then I download the eagle v0.5 source code from github and use maven compiling: The command used : "mvn clean install -DskipTests=true" After that, I extract the tar.gz package into the virtualbox. There are only two shell file in directory of bin: eagle-env.sh and eagle-server.sh. I just change the port of eagle from 9090 to 9099 and set the mysql address 127.0.0.1 in the eagle.conf. Finnaly, I run "./eagle-server.sh start" and check with "./eagle-server.sh status". It show the eagle is running. I try to visit by broswer on 127.0.0.1:9099 and could not success. I have set the port forwarding There the link about install first way: http://eagle.apache.org/docs/deployment-in-sandbox.html 2. There another way I have try http://eagle.apache.org/docs/deployment-in-docker.html I pull the image and run: docker run -it --rm -e EXPECTED_HOST_COUNT=1 -e BLUEPRINT=hdp-singlenode-eagle \ --link sandbox:ambariserver --entrypoint /bin/sh apacheeagle/sandbox:latest \ -c /tmp/install-cluster.sh And it seem GANGLIA_SERVER install Failed. [image: 内嵌图片 1] Thanks !
