Re: Hive Tez on External Table running on Single Mapper

2017-01-30 Thread Gopal Vijayaraghavan
> > 'skip.header.line.count'='1', Trying removing that config option. I've definitely seen footer markers disabling file splitting, possibly header also does. Cheers, Gopal

Re: Hive Tez on External Table running on Single Mapper

2017-01-29 Thread Mahender Sarangam
ping.. On 1/24/2017 10:37 AM, Mahender Sarangam wrote: > Here are the table properties > > TBLPROPERTIES ( > 'numFiles'='1', > 'serialization.null.format'='', > 'skip.header.line.count'='1', > 'totalSize'='20971513935', > 'transient_lastDdlTime'='1485091440'); > > > On 1/24/20

Re: Hive Tez on External Table running on Single Mapper

2017-01-24 Thread Mahender Sarangam
Here are the table properties TBLPROPERTIES ( 'numFiles'='1', 'serialization.null.format'='', 'skip.header.line.count'='1', 'totalSize'='20971513935', 'transient_lastDdlTime'='1485091440'); On 1/24/2017 10:27 AM, Mahender Sarangam wrote: > When i see properties of external table,

Re: Hive Tez on External Table running on Single Mapper

2017-01-24 Thread Mahender Sarangam
Here is the screenshot [cid:part1.CDBA25BE.CDE6CB4A@outlook.com] On 1/24/2017 10:27 AM, Mahender Sarangam wrote: When i see properties of external table, STORED AS INPUTFORMAT 'org.apache.hadoop.mapred.TextInputFormat' On 1/23/2017 2:25 PM, Gopal Vijayaraghavan wrote: We have 20 GB txt File,

Re: Hive Tez on External Table running on Single Mapper

2017-01-24 Thread Mahender Sarangam
When i see properties of external table, STORED AS INPUTFORMAT 'org.apache.hadoop.mapred.TextInputFormat' On 1/23/2017 2:25 PM, Gopal Vijayaraghavan wrote: >> We have 20 GB txt File, When we have created external table on top of 20 >> Gb file, we see Tez is creating only one mapper. > For an u

Re: Hive Tez on External Table running on Single Mapper

2017-01-23 Thread Gopal Vijayaraghavan
> We have 20 GB txt File, When we have created external table on top of 20 > Gb file, we see Tez is creating only one mapper. For an uncompressed file, that is very strange. Is this created as "STORED AS TEXTFILE" or some other strange format? Cheers, Gopal

Hive Tez on External Table running on Single Mapper

2017-01-23 Thread Mahender Sarangam
Hi, We have 20 GB txt File, When we have created external table on top of 20 Gb file, we see Tez is creating only one mapper. We have applied setting like reducing distribution block size less 128 MB. Manually Set Mappers and Reducer but of no use. We are using Tez 0.7 version, is there any se