Member since
01-25-2016
345
Posts
86
Kudos Received
25
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
5006 | 10-20-2017 06:39 PM | |
3535 | 03-30-2017 06:03 AM | |
2588 | 02-16-2017 04:55 PM | |
16100 | 02-01-2017 04:38 PM | |
1145 | 01-24-2017 08:36 PM |
12-13-2016
03:06 PM
just made small modification in any of your config file and give a try to re-start that service
... View more
12-13-2016
02:44 PM
@Adi Jabkowsky It seems Hive Metastore is having an issue with hive DB. might be with following reason: The HIVE metastore is a different host to the host running HiveServer2. Permissions on the metastore do not allow connections from the HiveServer2 host.
... View more
12-08-2016
01:34 AM
1 Kudo
@Donghoon Kang add condition and give a try, I hope that will help you. Ex: alter table abc DROP PARTITION (date=>='2015-09-01');
... View more
12-07-2016
03:26 PM
@Baruch AMOUSSOU DJANGBAN
you can do this as well.If you have installed the Cluster Shell in cluster, we can perform below simple steps to stop and start ----------------------------------- #!/bin/sh clush -g all ambari-agent restart ------------------------------------------- Refer below link for more info about open source Cluster shell: https://github.com/cea-hpc/clustershell/downloads
... View more
11-28-2016
04:09 PM
@Garima Dosi it looks this issue is hitting https://issues.apache.org/jira/browse/YARN-3238
... View more
08-23-2016
04:15 PM
1 Kudo
@Kumar Veerappan We can find the list of users in linux and Hadoop as well: 1) List of users in Linux: awk -F':' '{ print $1}' /etc/passwd 2) List of user in hadoop: Go to Hue: Look for user admin tab like hive & pig tabs in Hue 3) Check the users in HDFS: ideally we can find user directory in hdfs as well /usr/<userID>/
... View more
08-17-2016
02:30 AM
@narender pasunooti
Here are Python supported versions for HDP For CentOS 6: Python 2.6.* For SLES 11: Python 2.6.8 or later For CentOS 7, Ubuntu 12, Ubuntu 14, and Debian 7: Python 2.7.* https://community.hortonworks.com/questions/23315/using-python-279-with-hdp-24.html I hope this will help you.
... View more
08-15-2016
08:40 PM
@Kaliyug Antagonist Add below four lines to your sqoop syntax and give a try: --null-string '\\N' \ --null-non-string '\\N' \ --hive-delims-replacement '\0D' \ --fields-terminated-by '\001' \ Root Cause for your Issue: It seems, In your source table text column users entered the data with spaces/tab delimited or with many space bars.
... View more
08-15-2016
04:15 PM
1 Kudo
@kishore sanchina
try this with root user if above command doesn't work, python /usr/lib/hue/build/env/bin/hue changepassword -v 2 <user Name> just FYI, Users can't change their password.
... View more
08-13-2016
04:48 AM
1 Kudo
@jeff Thanks for Sharing. Is HDP Cloud an open source project or HDP proprietary ?
... View more