Member since
09-15-2015
28
Posts
6
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6358 | 01-20-2016 05:54 PM |
10-25-2016
02:04 PM
we face issue while bringing up "vagrant up " Error : There are errors in the configuration of this machine. Please fix the following errors and try again: Vagrant: * Unknown configuration section 'host manager’. Resolution : install vagrant-hostmanager $ vagrant plugin install vagrant-hostmanager
... View more
10-20-2016
03:19 AM
2 Kudos
set the property "tez.am.view-acls" to * and then restart the services.
... View more
10-19-2016
08:27 PM
1 Kudo
As of now its not available.
... View more
10-19-2016
08:09 PM
1 Kudo
This may help too: https://cwiki.apache.org/confluence/display/SQOOP/Security+Guide+On+Sqoop+2 you need to create Principals for sqoop.
... View more
02-29-2016
05:31 PM
Generating a sequential order in a distributed processing query is not possible with simple UDFs. This is because the approach will require some centralised entity to keep track of the counter, which will also result in severe inefficiency for distributed queries and is not recommended to apply.
... View more
01-20-2016
05:54 PM
1 Kudo
@Revlin Abbi - That error is because of wrong version of mysql connector jar file. ls -l /usr/share/java/mysql* if you want to over come the problem. please use --driver com.mysql.jdbc.Driver it will solve the issues, but recommendation is to use the right version of mysql connector jar.
... View more
11-03-2015
12:49 PM
@Deepesh i required to get the user . if i call the variable ${user.name} - i will get the value as hive, but i required to get the user . The reason we'd like this is to store AWS access credentials for S3 on each user's HDFS directory (e.g., hdfs://user/jkotireddy/aws_credentials) and have the S3 libraries automatically pick them up. We'd like to set this variable to something like "hdfs://user/${user.name}/aws_credentials". - want a config variable which gives me the Hadoop-level effective user.
... View more
11-02-2015
08:50 PM
In the Hadoop config files, we have some limited variable substitution, e.g. ${user.name} is replaced by the Linux-level effective user of the hadoop daemon that accesses a given config. Is there a substitution variable to get the Hadoop-level effective user? For instance, if I connect as “jkotireddy” to HiveServer2 using Beeline, ${user.name} expands to "hive" because that's the Linux-level effective user of HiveServer2; are there any other configuration variables which gives “jkotireddy” ?
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive