Member since
09-28-2015
34
Posts
10
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
990 | 01-20-2016 08:09 PM | |
4612 | 12-08-2015 09:50 PM | |
832 | 12-02-2015 10:42 PM | |
1759 | 10-09-2015 05:28 PM |
01-22-2016
04:25 AM
@rxu and Its ok run compute stats anytime except peak hours.
... View more
01-20-2016
08:09 PM
We set the previous version of conf as current, and it works.
... View more
06-30-2017
12:34 PM
hello, we have security provisions that prevent us from removing the noexec from /tmp. also, this is not occuring on other nodes that have the noexec in use. is there another solution?
... View more
12-08-2015
09:50 PM
1 Kudo
Figured it out, it has to be HiveContext, not SQLContext, after making below change, it works: HiveContext hiveContext = new org.apache.spark.sql.hive.HiveContext(sc.sc()); //SQLContext sqlContext = new org.apache.spark.sql.SQLContext(sc);
... View more
12-02-2015
10:42 PM
Figured it out: Note that the last column must have a defined end though; "71-" will cause an error.
... View more
02-02-2016
05:43 PM
@rxu what did you end up doing? Please accept best answer or provide your own solution?
... View more
11-12-2015
11:16 PM
Hi @rxu@hortonworks.com, here is a KB on this topic that I posted yesterday: Control user access to Capacity Scheduler queues.
... View more
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
08-08-2018
09:58 PM
, 1.add this command yum-config-manager --add-repo http://public-repo-1.hortonworks.com/ambari/centos7/2.x/updates/2.4.1.0/ambari.repo 2. yum upgrade ambari-metrics-monitor ambari-metrics-hadoop-sink 3. yum install ambari-metrics-hadoop-sink Ambari-metrics installed
... View more