Member since
09-15-2015
294
Posts
764
Kudos Received
81
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1587 | 07-27-2017 04:12 PM | |
4320 | 06-29-2017 10:50 PM | |
2012 | 06-21-2017 06:29 PM | |
2272 | 06-20-2017 06:22 PM | |
2064 | 06-16-2017 06:46 PM |
03-21-2017
07:02 PM
1 Kudo
Below is one example:
https://community.hortonworks.com/questions/41922/hpl-sql-function-creation-issues-in-hive-20.html
... View more
03-21-2017
05:27 AM
6 Kudos
@Joseph Hawkins - You can just have the value as "/grid/hadoop/hdfs/dn,/grid1/hadoop/hdfs/dn" if they are simple directories on the file system. This is the list of directories where the data will be stored. However, if you have Heterogeneous storage (like DISK, SSD, ARCHIVE or RAM_DISK) you would need to append the File URI. Below is a very good article explaining HDFS Metadata Directories: https://hortonworks.com/blog/hdfs-metadata-directories-explained/
... View more
03-20-2017
10:23 PM
6 Kudos
Below is a blog that talks about SSH tunnel on Windows 10: http://dalaris.com/how-to-create-an-ssh-tunnel-to-a-linux-server-in-windows-10/
... View more
03-20-2017
10:21 PM
1 Kudo
Please see Hortonworks Documentation as below: https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.3/bk_installing_manually_book/content/start_stop_restart_hue.html https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.4.2/bk_installing_manually_book/content/start_hue.html
... View more
03-20-2017
09:28 PM
5 Kudos
Zeppelin is an Open source product, so you can use it with any Hadoop distribution: https://zeppelin.apache.org/' On Google there is documentation on how to install Zeppelin on Cloudera etc. Like: http://blog.cloudera.com/blog/2015/07/how-to-install-apache-zeppelin-on-cdh/
... View more
03-20-2017
05:04 AM
5 Kudos
@Rajesh Balamohan - The below apache jira talks about the issue when Pig on Tez AM use too much memory on a small cluster: https://issues.apache.org/jira/browse/PIG-4948 To resolve this, as mentioned in the jira try setting below properties: Set tez.am.resource.memory.mb to be the same as yarn.scheduler.minimum-allocation-mb the YARN minimum container size. pig.tez.configure.am.memory to true
... View more
03-19-2017
10:12 PM
1 Kudo
There are no explicit errors in the application logs. Can you reproduce the issue?
... View more
03-18-2017
09:05 PM
1 Kudo
Below is a good read: https://hortonworks.com/hadoop-tutorial/using-hive-with-orc-from-apache-spark/
... View more
03-18-2017
07:37 PM
1 Kudo
Can you please post the yarn application logs for application_1489855879213_0002 Use the below command to get the application logs: yarn logs -applicationId application_1489855879213_0002
... View more
03-18-2017
12:51 AM
1 Kudo
@Param NC - There is no way to close a question. Once, you have found a suitable answer to a question, you can Accept the answer. However, there is an option to Unfollow the question (see screenshot), resulting in not receiving any further communication from that question. Hope this helps.
... View more