Re: Hive on tez - fix number of tasks

2015-02-19 Thread Siddharth Seth
Fabio, One of the simplest ways to achieve this is to disable split grouping completely. You may end up with a large number of tasks in this case though. This gets rid of the dynamic split generation based on cluster node. (You'll have to check with Hive on how to disable this). Other than this, se

Re: queues, beeline/hs2 and tez

2016-03-01 Thread Siddharth Seth
+ user@hive. This is specific to the way hive handles queues, and user@hive would be the correct list to get an answer. On Fri, Feb 26, 2016 at 3:21 PM, Stephen Sprague wrote: > hey guys (its me again!) > > this is a simple one i think. i'm trying to set the tez.queue.name via > the --hiveconf

Re: [VOTE] Bylaws change to allow some commits without review

2016-04-18 Thread Siddharth Seth
+1 On Wed, Apr 13, 2016 at 3:58 PM, Lars Francke wrote: > Hi everyone, > > we had a discussion on the dev@ list about allowing some forms of > contributions to be committed without a review. > > The exact sentence I propose to add is: "Minor issues (e.g. typos, code > style issues, JavaDoc chang

Re: Compatibility of Hive 2 with TEZ

2016-05-23 Thread Siddharth Seth
The Hive 2.0 release is compatible with Tez 0.8.2. On the 2.x line, this will change often though - e.g. Hive 2.1 works with Tez-0.8.3 at the moment. On Sat, May 21, 2016 at 1:22 AM, Mich Talebzadeh wrote: > > Hi, > > I see in a matrix that Hive 2 is compatible with Tez 0.8.2 as its > execution

Re: Tez custom counters

2018-01-04 Thread Siddharth Seth
This question would be best answered by the Hive user list (CCd). On Thu, Dec 14, 2017 at 9:53 AM, Jahan wrote: > Hi > > Is it possible to implement a custom counters when running jobs via hive.? > My use case when i run the ETL would like collect the statistics of certain > columns. > > I am lo