Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3362 | 05-03-2017 05:13 PM | |
2792 | 05-02-2017 08:38 AM | |
3068 | 05-02-2017 08:13 AM | |
3002 | 04-10-2017 10:51 PM | |
1510 | 03-28-2017 02:27 AM |
12-11-2015
01:37 PM
hbase-client 1.1.2, hadoop-client 2.7.1, hive 1.2.1
... View more
12-10-2015
08:03 PM
3 Kudos
you can try something like this sqoop command 2>&1| tee -a log
... View more
12-07-2015
02:50 PM
did you try to use maven exclude tag to ignore the versions shipped with Storm? https://maven.apache.org/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
... View more
11-25-2015
02:11 AM
1 Kudo
Just tested this, it does work, can we set this by default in the future Sandbox releases?
... View more
11-23-2015
06:58 PM
great, I think it will be worth if you show screenshots in this thread for everyone else to use.
... View more
11-23-2015
04:30 PM
You need to use -Dmapreduce.job.queuename=anotherqueue just confirmed the following works hbase org.apache.hadoop.hbase.mapreduce.RowCounter -Dmapreduce.job.queuename=hive1 TestTable
... View more
11-23-2015
04:17 PM
this is probably not the answer you're looking for but my guess is it should, especially with Oozie, you need to pass hive-site.xml. You probably need to do something like this <command>[SQOOP-COMMAND]</command>
<arg>[SQOOP-ARGUMENT]</arg>
<file>lib/hive-site.xml</file>
... View more
11-23-2015
04:17 PM
The script will be executed by calling the installed copy of hive on the machine where Sqoop is run. If you have multiple Hive installations, or hive is not in your $PATH , use the --hive-home option to identify the Hive installation directory. Sqoop will use $HIVE_HOME/bin/hive from here.
... View more
11-21-2015
02:35 AM
sure, I'll need someone like Enis to validate it though.
... View more
11-20-2015
07:49 PM
it'd be nice to have a corrected solution published
... View more