On 2019/03/18 18:57:48, Edward Zhang <[email protected]> wrote:
> I think @hao <[email protected]> has set up eagle in local environment well.
> The problem is like you said, Eagle local mode has some issues because
> originally we want to run everything in one box including storm, zookeeper,
> which has made things difficult to manage. There is a discussion about
> simplifying the set up, but that really needs some time and you may not
> want to wait.
>
> But if @hao <[email protected]> can quickly identify the issue, probably you
> can move forward.
>
> Thanks
> Edward
>
> On Mon, Mar 18, 2019 at 11:47 AM [email protected] <
> [email protected]> wrote:
>
> >
> > Thank you very much for the help at the Apache Eagle Forum (
> > https://lists.apache.org/[email protected]) from Jayesh. .
> > I am trying to do Proof of concept with Eagle and encountering constant
> > issues.
> >
> > I can successfully compile Eagle 0.50 and Launch Eagle (
> > bin/eagle-server.sh start). . I have new HDP 2.6 cluster running with
> > normal Ambari based GUI.
> > I am following http://eagle.apache.org/docs/latest/using-eagle/ as my
> > reference .
> > The basic Apache Eagle GUI works. However I have several major
> > issues.
> >
> > 1) I can not define the sites ( like Sandbox), define
> > applications ( HDFS Audit log, Hadoop Metrics Monitor
> > (HADOOP_METRIC_MONITOR) but can not define policy . “Apply” button
> > remains greyed out.
> > 2) Some of the web pages work intermittently, I can not navigate
> > but can circumvent intermittently (http://<IP>:9090/#/login and
> > http://<ip:9090/ /#//integration/siteList) vis URL .
> > 3) The moment I start the Eagle server. The server logs keeps
> > getting flooded with Zookeper connection refused errors. I am not running
> > any firewall.as belwo.
> >
> >
> > I wonder who else have been user of the Apache Eagle besides eBay,
> > PayPal, DataGuise ? Few individuals I communicated told me that they gave
> > up due to lack of user participation at the Eagle forum and so lack of
> > support. Not sure if that is an accurate assesment.
> > Tushar Shah
> > [email protected]
> >
> >
> Edward ,
Thank you for such a prompt reply. I am running Hortonworks 2.6 in a cluster of
10 nodes. I installed Eagle on node 1 whichis running the Ambari. Zookeper is
rnning on node 2. I changed Eagle .cnf to point to my zookeper at node 2. Stll
same problem after eagle restart. Orignal eage.conf
eagle.conf
Tushar(3:20:30 PM): zookeeper {
zkQuorum = "localhost:2181"
zkSessionTimeoutMs : 15000
zkRetryTimes : 3
zkRetryInterval : 20000
}
Changed from from zkQuorum = "localhost:2181" to
101-02-08-node2.internal.bigtdata.io:2181.
port 2181 is listening but same problem.
You may share your eagle .conf file. I tried sandbox at VM aswell, There I can
not even bring up the Eagle GUI.
Thanks again
Tushar Shah
[email protected]