Member since
09-18-2015
100
Posts
98
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1406 | 03-22-2016 02:05 AM | |
989 | 03-17-2016 06:16 AM | |
1753 | 03-17-2016 06:13 AM | |
1271 | 03-12-2016 04:48 AM | |
4596 | 03-10-2016 08:04 PM |
03-03-2016
04:37 AM
2 Kudos
@John D
@John D. As Divakar pointed out Hortonworks Products page is a great place to start. It has step by step tutorials and overall about the HDP. In general if you would like to learn Apache Hadoop is a good place http://hadoop.apache.org/. As for a book - http://www.amazon.com/Hadoop-Definitive-Guide-Tom-White/dp/1449311520 The above is a very good book. Hortonworks being part of the open source community and the only distribution with 100% open source projects. Hadoop has grown in many breadth and depths. Traditionally lot of work was done on map reduce and now people have moved more towards Hive (SQL Interface) and Spark. I would say if you are starting of as a developer, start with Spark. Also as you come from C#, picking up Scala will not be bad and you may enjoy working with Spark. Understanding Map Reduce framwork, HDFS and internals of Yarn is important to be skilled in Hadoop. I would say best of luck for your journey.
... View more
02-25-2016
06:12 PM
1 Kudo
Looking for Setting up Solr with Kerberized HDP Cluster. Especially when indexes are in HDFS.
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Solr
02-23-2016
06:38 PM
1 Kudo
Done the reading. Let me know if it works for you. The user to queue mapping is working. But not the above.
... View more
02-23-2016
06:37 PM
try it :). Let me know if you can make it work. I have read the docs and tried it.
... View more
02-23-2016
11:01 AM
1 Kudo
You cannot delete tags currently only remove tags from an entity. Delete functionality is not supported currently.
... View more
02-23-2016
10:42 AM
1 Kudo
@Artem Ervits I have gone through the docs. Please see the comment to Neeraj's question. a) How do you set this in Ambari? The Hive Queues do not get set. Try this on Sandbox.
... View more
02-23-2016
10:39 AM
1 Kudo
I have seen this before. screen-shot-2016-02-23-at-43742-am.png Ambari does not allow you to do this? Tried in sandbox Couple of other side affects a) If I set tez.queue.name explicitly Performance of queries of demo 2 is much slower b) Both the queues have 50% of the queue capacity
... View more
02-23-2016
10:21 AM
2 Kudos
How can we default all hive server 2 connections to go to a separate Yarn Queue?
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache YARN
02-19-2016
08:00 AM
2 Kudos
The default value is set to 10,000 and should be > 100, as per the docs. How should this value be changed or altered? Need some guidance. If I have a large table of billion rows should we increase the value? Will this be affected by? I am assuming also that the "orc.bloom.filter.columns" will be the list of columns on which the indexes will be created?
... View more
Labels:
- Labels:
-
Apache Hive
02-19-2016
07:30 AM
3 Kudos
Is creating indexes on hive table recommended? http://www.slideshare.net/ye.mikez/hive-tuning?next_slideshow=1 It sort of suggests that creating indexing should be avoided. Just want some thought from the community on this.
... View more
Labels:
- Labels:
-
Apache Hive