Member since
02-04-2016
189
Posts
70
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3793 | 07-12-2018 01:58 PM | |
7936 | 03-08-2018 10:44 AM | |
3813 | 06-24-2017 11:18 AM | |
23376 | 02-10-2017 04:54 PM | |
2316 | 01-19-2017 01:41 PM |
08-31-2016
05:15 PM
@Zack Riesland You should be able to get this done (as a tab separated) by doing the following: hive -e 'use <database>; select * from <table>;' > /tmp/<file>.csv
... View more
06-26-2017
06:49 AM
I think you need check the folder access. There had two place you need check: `/var/log/hbase` and `/hadoop/hbase/local/jars/tmp/`. Also I had chown those folders under hbase the region start success. Try it and congratulate。
... View more
10-16-2017
08:10 AM
Can we check if below job failed. /usr/hdp/current/phoenix-client/bin/sqlline.py zk_host:2181:/hbase-unsecure /path/to/my_script.sql > out.txt Even though it fails I am getting $? as zero. Is there any way to check the same.
... View more
06-20-2016
07:33 PM
Chris, I added this fs.s3.buffer.dir property under "custom hdfs-site" under the hdfs properties in Ambari - the same place where I added my aws credentials (which are working). But it doesn't appear to be "Sticking". I pointed the property at "/home/s3_temp", which I created on the edge node where I'm testing the distcp tool. But I never see data in there, and my uploads continue to fail with the same errors as before. Any ideas? cc @Chris Nauroth
... View more
06-15-2016
09:39 AM
I didn't understand the difference between s3 and s3n. This link helped: http://stackoverflow.com/questions/10569455/difference-between-amazon-s3-and-s3n-in-hadoop Thanks again.
... View more
05-24-2016
02:12 PM
Good to know. Would you mind to mark this answer as solved? Thanks @Zack Riesland
... View more
05-17-2017
11:04 PM
Equivalent lookup for ambari.properties file. http://<ambari_server>:8080/api/v1/services/AMBARI/components/AMBARI_SERVER?fields=RootServiceComponents/properties
... View more
03-08-2017
02:02 AM
I would be interested in why hive.exec.reducers.max defaults to 1009, and what influences an appropriate choice for this setting. I couldn't find any detail on it in either of the linked articles.
... View more
03-24-2016
11:51 AM
If you want to investigate this more there is a Hadoop streaming example in the Hadoop the definitive guide book , which might be of help. ( they get a list of files and then spin of reducers based of the files and run some Linux commands in the Reducers. You could essentially do anything you want. )
... View more
- « Previous
- Next »