Member since
09-24-2015
48
Posts
31
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
955 | 03-03-2017 06:37 AM | |
22387 | 09-06-2016 03:57 AM | |
2934 | 09-02-2016 01:43 PM | |
2034 | 09-02-2016 06:33 AM |
03-24-2017
07:44 PM
2 Kudos
@ksuresh Thanks for catching the issue in the doc. You can either remove the conflicting avro files (sqoop in HDP 2.5 and 2.6 ships with avro 1.8.0 jar files) or you can add the following to the sqoop command line and run. sqoop import -Dmapreduce.job.user.classpath.first=true <rest of the arguments> Beverley Yes, it would be good to mention this in the docs.
... View more
03-10-2017
11:15 PM
BTW, this has to come before distcp arguments (like -update etc)
... View more
03-10-2017
10:47 PM
You can set up your args like this and remove from java-opts <arg>-D</arg>
<arg>ipc.client.fallback-to-simple-auth-allowed=true</arg>
<arg>hdfs://aervits-hdp70:8020/tmp/hellounsecure</arg>
<arg>hdfs://hacluster:8020/user/centos/</arg> Thanks
... View more
03-10-2017
08:01 PM
Let me check. The Java opts might be getting added after the class
... View more
03-10-2017
05:29 PM
You should have the java-opts right after configuration element and before arg.
... View more
03-10-2017
04:59 PM
1 Kudo
Can you add a space between -D and ipc.client... This is not a Java system property but should be the -D option to the Tool runner
... View more
03-03-2017
02:46 PM
1 Kudo
Thanks @Artem Ervits for the series of articles. Oozie has a bunch of features that are not tapped because it is not easily approachable. When we started off with Workflow designer we wanted to make an easy to use editor for users with some knowledge of Oozie and Hadoop to create workflows and explore further. Also, one of the common issues is the dashboard - Oozie UI using old UI we wanted to provide a new UI experience for the dashboard even if workflows are generated outside of workflow manager.
... View more
03-03-2017
06:37 AM
@Artem Ervits Unfortunately such a functionality is not currently available
... View more
02-08-2017
07:15 PM
1 Kudo
MS JDBC driver 4.0 and later allow users to use Java kerberos option with username and password. But this is different from Integrated Authentication which is not supported where you use the kerberos cluster of hadoop to authenticate with Sql Server as there is no kerberos context in containers
... View more
02-08-2017
06:16 PM
> IntegratedSecurity=true; This is not supported - your eval etc will work because they are done from the local java process but there is no kerberos credential context in the container when the mappers run to do the import work
... View more