Member since
09-18-2015
3274
Posts
1159
Kudos Received
426
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 2565 | 11-01-2016 05:43 PM | |
| 8495 | 11-01-2016 05:36 PM | |
| 4856 | 07-01-2016 03:20 PM | |
| 8176 | 05-25-2016 11:36 AM | |
| 4321 | 05-24-2016 05:27 PM |
11-11-2015
04:55 PM
@rxu@hortonworks.com You can use this and if you want to prompt for password only then here you go [root@nsfed01 ~]# cat r1.sh #read -p "enter HS2 hostname: " HS2 #read -p "enter username: " username echo "enter password" read -s passwd #read -p "enter filename: " filename beeline -u jdbc:hive2://n3:10000/default -n neeraj -p $passwd -f f.sql [root@nsfed01 ~]#
... View more
09-19-2017
07:19 AM
4 Kudos
From HDP-2.6 onwards Hortonworks Data Platform is supported on IBM Power Systems You can refer below documentation for installing/upgrading HDP on IBM Power https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.2.0/bk_ambari-installation-ppc/content/ch_Getting_Ready.html https://docs.hortonworks.com/HDPDocuments/Ambari-2.5.2.0/bk_ambari-upgrade-ppc/content/ambari_upgrade_guide-ppc.html
... View more
01-03-2017
12:02 PM
@Neeraj Sabharwal I tried changing the description from the ambari UI but it didn't work. Then I tried modifying the alert_disk_space.py script with PERCENT_USED_WARNING_DEFAULT = 60 and restarted my ambari server. but still I can't see the changes from the UI. And my alert which got generated for 50% utilization still exist. Please advise.
... View more
11-09-2015
09:24 PM
Which kerberos wizard option did you use MIT, AD, or Manual?
... View more
07-14-2016
04:41 PM
I am experiencing dead slowness in Hiveserver2 performance on untilized cluster with capacity of 28 TB. Have checked all the configurations, Namenode RPC, LDAP, Network etc. All is well there. I have HDP2.3.4 and Ambari2.2.1. I am curious about Embedded Metastore within Hiverserver2.
... View more
11-12-2015
12:11 AM
Got it syncing to the hub! So if i understand this correct, now if I want to sync these notebooks to another zeppelin, i just put in the same "hub_api_token" in that zeppelin and will it sync to that zeppelin instance? Or is that a feature that's not developed yet?
... View more
11-10-2015
11:27 PM
1 Kudo
An older version of JPMML is BSD-3 licensed. It supports PMML 3.0, 3.1, 3.2, 4.0 and 4.1.
... View more
03-14-2017
08:26 AM
Hi, I will kerberize my cluster and then install Ranger. I will connect to Active Directory. As far as I understand, SSSD is deprecated since Windows Server 2012 R2 so, defining lookup on core-site.xml file seems to be the best way out. Is that correct? However, this change is made on core-site.xml file of HDFS only. How does other applications use the same lookup? Is HDFS the only level where user authorisation must be checked? Does let's say Hive or HBase, start process with authenticated user then leave the authorization to HDFS? How does it work? In the blog, some other user commented that we must import the cert from the KDC into the default JDK keystore for LDAP. keytool -importcert -file rootCA.pem -alias kdc -keystore /usr/java/jdk1.8.0_73/jre/lib/security/cacerts Is this manual step required for Kerberos, AD integrated clusters? Thanks in advance...
... View more
11-06-2015
06:37 PM
As of HDP 2.3.2 ..above components are supported by Ranger For Storm @hfaouaz@hortonworks.com Yes, Storm and Kafka needs to be kerberized
... View more
02-02-2016
05:45 PM
@egarelnabi has this been resolved? Please accept best answer or provide your own solution.
... View more