Member since
02-08-2016
793
Posts
669
Kudos Received
85
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 3144 | 06-30-2017 05:30 PM | |
| 4100 | 06-30-2017 02:57 PM | |
| 3404 | 05-30-2017 07:00 AM | |
| 3984 | 01-20-2017 10:18 AM | |
| 8636 | 01-11-2017 02:11 PM |
07-25-2016
10:12 AM
@Kartik Vashishta 1. You can have different "datanode configuration groups" created for each of datanode differing in configuration and all datanodes will contribute to HDFS size. 2. If you are worried about replication factor then by default HDFS will take care of it placing replicas randomly on datanodes. Definitely if the size of datanode is less then HDFS will give warning and if its almost filled you will not able to use the datanode for storage. Let me know if I get you correctly.
... View more
07-20-2016
09:49 AM
You can use as shown in below article - https://community.hortonworks.com/questions/23244/ranger-add-policies-via-rest-api.html
... View more
07-20-2016
09:48 AM
@Shashi Vish I think you can get this achieved using ranger rest api. Check this - https://cwiki.apache.org/confluence/display/RANGER/REST+APIs+for+Policy+Management
... View more
07-20-2016
09:16 AM
@J. D. Bacolod As per latest documentation Spark is currently not supported with ranger. There is no spark plugin available for ranger http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_Security_Guide/content/configuring_mysql_for_ranger.html
... View more
07-05-2016
10:04 AM
@Joshua Adeleke Can you try this - 1, download the mysql-connector-jar from: https://dev.mysql.com/downloads/connector/j/here
2. Copy the mysql-connector-java.jar to /usr/hdp/current/oozie-server/libext and /usr/hdp/current/oozie-server/libtools
# cp mysql-connector-java.jar /usrhdp/current/oozie-server/libext
3. Prepare the oozie.war by:
# sudo su -l oozie -c "/usr/hdp/current/oozie-server/bin/oozie-setup.sh prepare-war -d /usr/hdp/current/oozie-server/libext"
... View more
07-05-2016
06:19 AM
3 Kudos
@Vsahtish Guru Hi, Can you make sure you change Region to "Oregon" instead of Mumbai in aws console and give a try. I tried and it worked for me. Pls find screenshot below -
... View more
07-04-2016
05:53 AM
1 Kudo
@Avijeet Dash Can you please check this link and let me know if this helps - https://community.hortonworks.com/content/kbentry/30653/openldap-setup.html
... View more
07-02-2016
12:51 PM
Make sure the ambari port is 8080 in the url. --> http://127.0.0.1:8080
... View more
07-02-2016
12:49 PM
@Praveen K Singh Sandbox does not comes by default with GUI. You need to open browser on your machine (and not from Sandbox) and try accessing the url. You can check if you have "elinks" package installed in Sandbox then you can issue below command from cli - # elinks http://127.0.0.1:8880/ Else if you want to access GUI the you can have "yum groupinstall 'X Window System' 'GNOME'" You do have option of configuring VNC server to remotely access GUI - pls check - https://www.howtoforge.com/vnc-server-installation-centos-6.5
... View more