Member since
09-14-2015
111
Posts
28
Kudos Received
13
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1262 | 07-06-2017 08:16 PM | |
5437 | 07-05-2017 04:57 PM | |
3193 | 07-05-2017 04:52 PM | |
3710 | 12-30-2016 09:29 PM | |
1520 | 12-30-2016 09:14 PM |
12-06-2017
10:04 PM
If you come across this error while doing HBase Service check in a non-kerberized environemnt: "ERROR: Table ambarismoketest does not exist.'" Please follow these steps to resolve it: 1. Stop HBase from Ambari.
2. Go to hbase zookeeper CLI and look for $ hbase zkcli
$ls /hbase-unsecure/table/ambarismoketest
3. If the table exists then delete the table: rmr /hbase-unsecure/table/ambarismoketest
4. Start HBase from Ambari 5. Now, recreate ambarismoketest table: $ hbase shell
hbase> create 'ambarismoketest','family'
hbase> quit 6. It should fix the issue.
... View more
Labels:
12-02-2017
06:36 PM
@Samant Thakur Yes, it is very annoying when User ID is in upper or mixed case, which is very normal in AD, which is not case-sensitive. But, linux is case-sensitive and so is Ranger. You can remove case-sensitivity in Ranger. But, it is ideal to do it during the installation. You can refer to this article: https://community.hortonworks.com/content/kbentry/145832/ranger-user-sync-issues-due-to-case-difference.html PS: As usual, If you think my response helped you to find a solution then please accept my response as the best answer.
... View more
11-29-2017
10:21 PM
1 Kudo
@Samant Thakur Please check Ranger Audit first to find out whether it was blocked by Ranger or not. If it is being blocked then it must be the Hive policy, which is blocking you. Please let me know.
... View more
10-09-2017
07:58 PM
@eric valoschin the solution in the above link is not storing the output on local FS. It is streaming the output from HDFS to HDFS: ============================ A command line scriptlet to do this could be as follows: hadoop fs -text *_fileName.txt | hadoop fs -put - targetFilename.txt
This will cat all files that match the glob to standard output, then
you'll pipe that stream to the put command and output the stream to an
HDFS file named targetFilename.txt =============================
... View more
10-09-2017
07:53 PM
@eric valoschin how about this: https://stackoverflow.com/questions/14831117/merging-hdfs-files
... View more
10-09-2017
04:21 PM
@Lou Richard Can you share the Ambari log after starting Atlas Metadata server? It must have some information about the failure.
... View more
09-06-2017
04:36 PM
Where are steps to configure R-server for Kerberos? Does it not need any kerberos related settings? No kinit etc..? I noticed that the connect string has kerberos related variables though. Is it really good enough? Please confirm.
rhive.connect(host="node1.hortonworks.com:10000/default;principal=hive/node1.hortonworks.com@HDP.COM;AuthMech=1;KrbHostFQDN=service.hortonworks.com;KrbServiceName=hive;KrbRealm=HDP.COM", defaultFS="hdfs://node1.hortonworks.com/rhive", hiveServer2=TRUE,updateJar=FALSE))
... View more
07-27-2017
04:05 PM
Is there any easy way to replace /tmp folder across all services duing HDP installation. HDP uses /tmp folder heavily. Is there any way to reallocate tmp data for all the services to a new folder?
... View more
Labels:
- Labels:
-
Apache Ambari