Member since
10-01-2015
3933
Posts
1150
Kudos Received
374
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3368 | 05-03-2017 05:13 PM | |
2799 | 05-02-2017 08:38 AM | |
3078 | 05-02-2017 08:13 AM | |
3007 | 04-10-2017 10:51 PM | |
1522 | 03-28-2017 02:27 AM |
12-20-2016
12:44 AM
Can you paste a link to your Jira and accept my answer as workaround. Thanks
... View more
12-19-2016
08:33 PM
@Praveen PentaReddy create an Apache Jira account and open a ticket on https://issues.apache.org/jira/browse/pig/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel apache pig jira page.
... View more
12-19-2016
03:42 PM
run the following command manually on the node yum install -y install storm_2_5_3_0_37
... View more
12-18-2016
05:11 PM
According to the wiki it exists but in our mutual tests, we were not able to fit your use case. Perhaps you'd like to open an enhancement Jira. I do like integration of Pig and HCatalog though I would argue instead of spending hours to figure it out, consider looking into Spark as it's under a heavy development and benefits from a wider community. If my workaround fits your needs, please consider accepting my answer as best.
... View more
12-17-2016
09:18 PM
If all else fails use REST API to diagnose https://community.hortonworks.com/articles/72110/ambari-views-rest-api-overview.html
... View more
12-17-2016
09:16 PM
Is hdfs in standby? Usually I encounter this when HA is enabled and you're hitting same node. I would check name service ID as both maybe referencing same node. It is easy to fat finger this. alzo make sure proxy user is set http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-views/content/settings_and_cluster_configuration.html
... View more
12-17-2016
07:03 PM
1 Kudo
Make sure you have Hive and Hcatalog clients installed on the Flume node
... View more
12-17-2016
02:33 PM
Yes, please see http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.5.3/bk_flume-component-guide/content/flume_features.html
... View more
12-17-2016
02:23 PM
1 Kudo
One example sqoop import -D oracle.sessionTimeZone=America/Los_Angeles \
--connect jdbc:oracle:thin:@//db.example.com/foo --table bar https://sqoop.apache.org/docs/1.4.6/SqoopUserGuide.html#_oracle
... View more
12-17-2016
03:25 AM
Is my workaround with a temporary table not good enough for your use case? Save output of your transformation to a temp table, drop and create your original table and save your temp result back.
... View more