Re: hive wiki edit permission

2016-06-01 Thread Lefty Leverenz
Zoltan, you now have write access to the wiki. Welcome to the Hive docs team! -- Lefty On Wed, Jun 1, 2016 at 6:39 PM, Zoltan Haindrich wrote: > Hi, > > I would like to update the documentation - and add the new altertate way > to use ide-s with hive (HIVE-13490) > my wiki login is: kirk > > r

hive wiki edit permission

2016-06-01 Thread Zoltan Haindrich
Hi, I would like to update the documentation - and add the new altertate way to use ide-s with hive (HIVE-13490) my wiki login is: kirk regards, Zoltan

RE: External partitoned table based on yyyy/mm/dd HDFS structure

2016-06-01 Thread Markovitz, Dudu
The short answer: In this naming convention it will require to specifically define each partition. If the naming convention was =2016/mm=11/dd=28 instead of 2016/11/28 it would have been straight forward. Dudu + The long answer: --

External partitoned table based on yyyy/mm/dd HDFS structure

2016-06-01 Thread Igor Kravzov
Is it possible to create? What would be the table definition in this case?

Re: why does HIVE can run normally without starting yarn?

2016-06-01 Thread Mich Talebzadeh
Hi, Hadoop core comes with HDFS, map-reduce and Yarn. When you start the core you tend to start hdfs, yarn resource manager on the resource manager node and yarn nodemanager on all slaves. You can also start history server as an option start-dfs.sh ## Start YARN daemons ## Start the resourcemana