Member since
11-07-2016
637
Posts
253
Kudos Received
144
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2721 | 12-06-2018 12:25 PM | |
| 2863 | 11-27-2018 06:00 PM | |
| 2194 | 11-22-2018 03:42 PM | |
| 3567 | 11-20-2018 02:00 PM | |
| 6282 | 11-19-2018 03:24 PM |
12-20-2017
06:49 PM
@Adithya Sajjanam, It will overwrite the data. It will not append the data
... View more
12-20-2017
06:36 PM
@Adithya Sajjanam, If the table name, row key, column family and column name are same it will update the data, else it will create a new record. Thanks, Aditya
... View more
12-20-2017
06:59 AM
@ARUN, You can use the below commands /usr/hdp/current/zookeeper-client/bin/zkCli.sh -server {zk-host} -c ls "/nifi/leaders/Primary Node"
/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server {zk-host} -c ls "/nifi/leaders/Cluster Coordinator"
/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server {zk-host} -c get "/nifi/leaders/Primary Node"
/usr/hdp/current/zookeeper-client/bin/zkCli.sh -server {zk-host} -c get "/nifi/leaders/Cluster Coordinator" Thanks, Aditya
... View more
12-18-2017
11:16 AM
@Michael Bronson, Search if you have any ERROR logs related to the blueprint installation. Also can you please attach the GUI screenshots
... View more
12-18-2017
10:45 AM
@Michael Bronson, Can you please attach your ambari server logs under (/var/log/ambari-server/ambari-server.log ) . Also can you please attach the Ambari GUI screenshot and the performed operations screenshot ( click the button next to the cluster name). Thanks, Aditya
... View more
12-17-2017
05:35 PM
@deepak rathod, You can get it using RM REST API. Hit this api http://<rm http address:port>/ws/v1/cluster/apps?state=FAILED&finishedTimeEnd={time in epoch} You can check more about RM APIs here Thanks, Aditya
... View more
12-15-2017
03:08 PM
@Aditya Sirna, It seems like a bug with Ambari (https://issues.apache.org/jira/browse/AMBARI-22286) One way to workaround this is to remove the jmxetric param from supervisor.childopts , nimbus.childopts and worker.childopts and restart storm. If you a want a jar, then please find the attached jar. Extract the jar and put it in (/usr/hdp/{hdp-version}/storm/contrib/storm-jmxetric/lib/)jmxetric-jar.zip Thanks, Aditya
... View more
12-15-2017
11:51 AM
@Theyaa Matti, I guess you are using 'http' transport mode for sending RPC messages. Can you please try changing it to binary and see if it works. set 'hive.server2.thrift.bind.host' to 'localhost' and 'hive.server2.transport.mode' to 'binary' in hive-site.xml and restart Hive Thanks, Aditya
... View more
12-14-2017
12:36 PM
2 Kudos
I tried this and it returns only the queried table curl -X GET \
'http://sandbox.hortonworks.com:21000/api/atlas/v2/search/dsl?typeName=hive_table&query=where%20name%3D%22asteroids%22' \
-H 'authorization: Basic YWRtaW46YWRtaW4=' Since the thread was long. I put the correct answer separately. You will find an "Accept" button beside this answer. Please click on it to accept it to make it as Best answer. Thanks a lot.
... View more
12-14-2017
12:06 PM
@Marcel-Jan Krijgsman Glad that it worked. Can you please accept the answer. This will be really helpful for other community users for finding the answer quickly.
... View more