Member since
03-24-2016
91
Posts
7
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3033 | 10-06-2017 04:29 AM | |
4536 | 09-21-2017 05:37 AM | |
3612 | 08-11-2017 02:34 AM | |
5749 | 04-07-2016 03:17 AM | |
4641 | 03-29-2016 06:08 AM |
03-28-2017
01:45 AM
I use yum install the mysql-connector-java
... View more
03-27-2017
11:48 AM
I install ambari-server 2.4.2.0 and the newest hdp 2.5 after I start the ambari server, I found mysql was connect too often. my mysql server just used for ambari ,hive,grafana. when I stop the ambari server,the top commands show : After I start the ambari server, the top command show : I use show processlist in mysql,it often shows: mysql-connector-java .... show variables where ... I don't know why the ambari server connect to mysql so frequent..
... View more
Labels:
- Labels:
-
Apache Ambari
03-27-2017
09:11 AM
I accidentally have this issue. And Ifound there no other process listening on the ip and port. But in the result of netstat -anp|grep 50010,I found a timw_wait record I donn't know why. finally, I had to remove the datanode of the host
... View more
03-27-2017
06:50 AM
@Jay SenSharma I try it and it works fine. It should be: curl -u ${ambari_user_name}:${ambari_user_pass} -H "X-Requested-By: ambari"-d '{"RequestInfo":{"context":"Starting Flume agent","flume_handler":"agent","operation_level": {"level":"HOST_COMPONENT","cluster_name":"${CLUSTER_NAME}","service_name":"FLUME","host_name":"${hostname_of_new_flume_agent}"}},"Body":{"HostRoles":{"state":"STARTED"}}}'-X PUT "http://${AMBARI_HOST}:8080/api/v1/clusters/${CLUSTER_NAME}/hosts/${hostname_of_new_flume_agent}/host_components/FLUME_HANDLER" And now if I want do add a new agent ,I must change the configure on the ambari web ui ,then call the ambari server api above. Why not make it more easy??
... View more
03-27-2017
03:03 AM
I use ambari and HDP. Recently,I use flume,but I found that: I had add a agent on flume,and it started,when I want add a new flume agent ,the config of new flume agent not appreaed on the configure,I had to restart the whole flume service. Is there a way to add and start the new flume without restart all the flume service ??
... View more
Labels:
- Labels:
-
Apache Flume
03-26-2017
10:15 AM
@Neeraj Sabharwal This means I should pay for the support and get a SmartSense ID? And I could not found the register page
... View more
05-19-2016
02:50 AM
I used to install hadoop apache and use user defined file path. Now I want to use ambari and hdp version,but I have a lot of data ,about tens of TB data. Is there a way to use ambari manage the exists hadoop cluster? And then I want to upgrade to ambari and hdp version,is there a way not stop the exists cluster for a too long time?
... View more
Labels:
- Labels:
-
Apache Ambari
04-07-2016
03:19 AM
I reslove the problem ,because the password of the account which ambari to access mysql is a pure number, the code read the type to int but not a sting . change your password and every thing is ok.
... View more
04-07-2016
03:17 AM
I have reslove the problem. as I posrt above ,I print the data struct 'ambari_db_rca_password':'123456', I think it is a sting ,but when I print its type,it is a int type. So I change the password to 'ambari',it is a sting,then every thing is goto OK!!! Is still a problem of ambari
... View more
04-06-2016
04:26 AM
I post it above
... View more