Member since
01-19-2015
25
Posts
0
Kudos Received
0
Solutions
10-29-2019
10:10 AM
Can you please let us know how to do for excel/csv file for the table Select * from test beeline -u jdbc:hive2://bla:10000 -n user -p password -f yourscript.q > yourresults.txt
... View more
12-08-2017
05:46 AM
What they have done is turn on the partial aggregation via the setting: yarn.nodemanager.log-aggregation.roll-monitoring-interval-seconds. That will allow you to grab some of the logs using the command line. We do not support this in CDH although we have the exact same code in CDH is available upstream. We have tested the setting and found that it breaks log access via the different UIs in multiple ways. So you get a working command line in 99% of the cases but when you try to use the RM or AM UIs it breaks almost always. The way it breaks changes over time for the same application. That is not a feature that we can support in the state it is at the moment. Wilfred
... View more
03-26-2015
01:14 PM
Sorry for the delayed response here, but this is fixed now. Thanks again for reporting the issue.
... View more
03-13-2015
09:43 AM
But this still doesn't answer the original question - why is dfs.permissions.superusergroup defaulted to supergroup, and then CM doesn't create it in Linux? In our case, we also found discrepancies in other default Hadoop user/groups created from the documentation: Guide to Special Users in the Hadoop Environment For example, hdfs user not assigned to hdfs group, mapred group not created at all. We are running CDH 5.2.0 on Debian. I've done my share of research, and still find the HDFS user/group permission mechanism confusing. For the plain Linux-CDH installation without Kerberos (the majority I believe), HDFS relies on Unix user/group permission mechanism, but interprets in its own way. Thus the confusing and unintuitive behaviors: Unix root has less privilege than 'hdfs' user in HDFS - treated like an (uninitialized) regular user. No built-in user-admin commands for HDFS similar to Linux useradd, userdel, gpasswd, etc. No tool to 'migrate' existing Linux users to HDFS in bulk Hadoop app users that need to create HDFS files (e.g. mapred, flume, mapred, etc.) are not automatically set up in /user No pre-defined Unix group to include *all* Hadoop app users that need HDFS superuser access Regular users cannot run 'hdfs fsck /', since staging dir /tmp/logs/hdfs is 770 Perhaps Cloudera can write a more understandable adaptation of the Apache HDFS document. Thanks, Miles
... View more
01-27-2015
05:46 AM
ah, tarballs section. Thanks!
... View more
01-26-2015
06:52 AM
I see. I was asking because in 0.14 they fixed a bug, which was apparently introduced in 12 or earlier (https://issues.apache.org/jira/browse/PIG-3985) and I spent whole day fighting with. I tried to upgrade myself, built 14 with flag for Hadoop 2, but got a lots of warnings and then ant test wasn't passing. Therefore I decided for now we will stick to Cloudera-approved 12 and just use the workaround describe in that JIRA. Thanks for your help!
... View more