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 |
01-20-2016
02:23 PM
@rohit vishwakarma use the very latest documentation, here's link.
... View more
01-20-2016
02:21 PM
@rohit vishwakarma for HDP 2.3.4 you will need SQL 2012. Docs here.
... View more
01-20-2016
02:20 PM
@Neeraj Sabharwal thanks good to know.
... View more
01-20-2016
02:12 PM
you need a database for Hive, if it can't find a database it will complain @rohit vishwakarma here's documentation for minimum software requirements.
... View more
01-20-2016
02:11 PM
@niraj nagle it is unclear what the resolution was? Was it using Firefox or trying a download on another network? Also, try to ask separate unrelated questions in new threads not in comments of previous questions.
... View more
01-20-2016
02:07 PM
which version of jdk are you using, there were issues with certain versions of jdk? We had issue with openssl as well. You can also try to register ambari-agent manually on each node and test ssh between nodes, it has to work. @Kyriakos Spyropoulos
... View more
01-20-2016
02:02 PM
@priya dharshini please see this.
... View more
01-20-2016
01:57 PM
@John Smith correct, you can override the output with multipleoutputs and define path as you wish in Java. In Pig it is not possible, perhaps you'd like to open an enhancement Jira? To store results into normal FS, you need to launch the script in local mode or specify full path file:///path. Vice versa for Tez/MR mode, then you specify hdfs:// in local mode for hdfs FS.
... View more
01-20-2016
01:41 PM
@Junichi Oda read permission is per table, list applies to all tables, you'll need a read permission on all tables otherwise.
... View more
01-20-2016
01:33 PM
can you execute it using "pig -x tez_local script". Replace /root and /avro-out with /tmp. @John Smith
... View more