Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3365 | 05-03-2017 05:13 PM | |
2796 | 05-02-2017 08:38 AM | |
3076 | 05-02-2017 08:13 AM | |
3006 | 04-10-2017 10:51 PM | |
1517 | 03-28-2017 02:27 AM |
01-07-2016
02:22 AM
here's apache jira to track it but it shows as not fixed because it breaks compatibility with future Hive releases and that has no effect on HDP 2.3.4. https://issues.apache.org/jira/browse/HIVE-12357
... View more
01-07-2016
02:12 AM
@chenna deep It is a know issue. It was fixed in HDP 2.3.4. Since you're on HDP 2.2.0.0, you need to upgrade to the latest release to take advantage of this feature. https://community.hortonworks.com/questions/5309/how-to-set-tez-job-name.html. The way it was implemented, you'd need to set "hive.query.name" property to name your hive job.
... View more
01-07-2016
01:42 AM
also as a good practice, since you achieved the intended result, please accept one of the answers you see fit to close out the thread.
... View more
01-07-2016
01:41 AM
yes correct, but if table is already external, then I don't see a point in need to sqoop data out of Hive as you can just work with those files directly.
... View more
01-06-2016
08:15 PM
unless you're using orc, the files you use for Hive are in their raw form. You can just browse to /apps/hive/warehouse dir and look at them. No need to use sqoop.
... View more
01-06-2016
04:52 PM
2 Kudos
HWX does not support upgrade of individual components except for Spark and that's a recent change. You need to upgrade the whole stack, Phoenix 4.6 is not supported by HWX yet, that said, nothing stops you from upgrading Phoenix yourself. Refer to the Phoenix docs for upgrade information https://phoenix.apache.org/upgrading.html Phoenix 4.6 has been out for some time and 4.7 is going to be out really soon, if you don't want to lose support with HWX, I suggest you wait for the next maintenance release and/or major release and 4.6 should be included.
... View more
01-06-2016
03:08 PM
THP on Centos7 is not a big deal but no biggie, you should turn swappinness to 0. I have a script with some important parameters, take a look. https://github.com/dbist/scripts/blob/master/administration/hbase.sh also check for number of open files.
... View more
01-06-2016
02:37 PM
@Manjunath Baburao double check your webhcat url and port. More information available here https://cwiki.apache.org/confluence/display/Hive/W... here's an example: curl -s -d execute="select+*+from+sample_08;" \ -d statusdir="output" \ 'http://localhost:50111/templeton/v1/hive?user.name=root'
... View more
01-06-2016
02:29 PM
1 Kudo
you can always check the release notes for what's supported and added but so far I don't see support for Spark and Pig, there is work in integrating Sqoop with Atlas. Here are the latest Release Notes http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-...
... View more
01-06-2016
01:52 PM
@Hani Al-Shater can you paste the command you use to execute the topology and paste the supervisor logs?
... View more