Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3067 | 06-30-2017 05:30 PM | |
3988 | 06-30-2017 02:57 PM | |
3312 | 05-30-2017 07:00 AM | |
3884 | 01-20-2017 10:18 AM | |
8404 | 01-11-2017 02:11 PM |
06-02-2016
01:11 PM
If you have already done so, then u will suggest to give a retry for service restart for both ie. ranger and kafka.
... View more
06-02-2016
01:10 PM
3 Kudos
Hi @Edgar Daeds 1. Please login to ambari UI using admin user 2. Click on Services-> Kafka->Configs->"Advanced ranger-kafka-plugin-properties" 3. Make sure you have right click on "Enable Ranger for KAFKA" as shown in snap below -
... View more
06-01-2016
02:58 PM
1 Kudo
@Smart Solutions I see a good discussion on this. Pls check - https://community.hortonworks.com/questions/6922/is-it-possible-to-manage-multiple-clusters-using-o.html
... View more
06-01-2016
02:08 PM
2 Kudos
@Smart Solutions
You can try policy replicate across cluster using ranger API. You can check this HCC questions - https://community.hortonworks.com/questions/11369/is-there-a-way-to-export-ranger-policies-from-clus.html
... View more
06-01-2016
12:26 PM
1 Kudo
@Ankit Tripathi Hadoop KMS is a cryptographic key management server based on Hadoop's KeyProvider API.It provides a client which is a KeyProvider implementation that interacts with the KMS using the HTTP REST API. The value set looks good, Unless you are running hdp in cluster mode. If you have more than 1 machine in cluster i will suggest to use hostname instead of localhost.
... View more
06-01-2016
10:57 AM
It seems to be a test cluster and has very less Memory. I will suggest to go with default configuration where mapper size will be 1Gb and reducer will be 2Gb. This si taken care by ambari default.
... View more
06-01-2016
10:42 AM
Can you please upload screenshot of the error you are getting ?
... View more
06-01-2016
10:41 AM
@Zohair AYOUB 1. Can you make sure you have created "maria_dev" directory using HDFS file View 2. Check the size of the file "RefineDemoData.zip" [ie 32Mb] 3. Are you able to open the file Omniture.0.tsv in your system and see the contents?
... View more
06-01-2016
06:51 AM
Hi @Mahendra More Can you please try Pls try http://127.0.0.1:8000/ username password - hue/1111 The default port for HUE in sandbox is 1111. Let me know if it works.
... View more
06-01-2016
05:38 AM
@hari kiran Yes. There seems to be some problem. Below is few details about Tx Packets and errors - TX packets indicate the total number of transmitted packets.
TX errors present a summation of errors encountered while transmitting packets. This list includes errors due to the transmission being aborted, errors due to the carrier, fifo errors, heartbeat errors, and window errors. This particular struct in the source code isn’t commented.
We also have itemized error counts for dropped , overruns , and carrier .
collisions is the number of transmissions terminated due to CSMA/CD (Carrier Sense Multiple Access with Collision Detection). I will suggest few basic trouble shooting before you escalate this issue to network team - http://www.tuxradar.com/content/diagnose-and-fix-network-problems-yourself # ethtool -i eth0 #ethtool -a eth0 #ethtool -g eth0 #ethtool -S eth0 I will not suggest to change the default values for nic unless you know if the nic support those. Else this can lead to other issues. The best way is to reach Hardware team with above analysis.
... View more