[jira] [Created] (HADOOP-10084) Hcat alter table add parttition: add skip header/row feature

2013-11-05 Thread Rekha Joshi (JIRA)
Rekha Joshi created HADOOP-10084: Summary: Hcat alter table add parttition: add skip header/row feature Key: HADOOP-10084 URL: https://issues.apache.org/jira/browse/HADOOP-10084 Project: Hadoop

Re: about the task statistics in the history directory

2010-11-11 Thread Rekha Joshi
Hi Chengwei, If it helps, reading the hadoop tutorial, the configuration files along with API JobHistory* pages would provide you the main details. For eg: http://hadoop.apache.org/common/docs/r0.20.2/api/org/apache/hadoop/mapred/JobHistory.MapAttempt.html http://hadoop.apache.org/common/docs/r0

Re: What it's gonna happend when it comes to large number of maps?

2010-04-15 Thread Rekha Joshi
No guru to enlighten/highlighten ;) , but here's what I think - This is a balance call between the in-memory and disk usage.If you think the mappers are high which can again be a function of your input size, block size, you can tune further parameters during map/reduce steps to avoid expensive I

Re: hadoop.mapreduce and hadoop.mapred ?

2009-11-25 Thread Rekha Joshi
Depends on your hadoop version, the latest is hadoop.mapreduce, while hadoop.mapred has been deprecated.Earlier to 0.20.1 use mapred, otherwise using mapreduce. API here : http://hadoop.apache.org/common/docs/r0.20.1/api/index.html. Thanks! On 11/26/09 1:27 AM, "Sangmin Lee" wrote: Hi all, I

Re: conf.Configuration: java.io.IOException: config(config)

2009-11-18 Thread Rekha Joshi
Hi Sonal, AFAIK,this exception mostly has no impact other than to indicate object creation.I agree Hadoop configuration class can be improved to handle it. Refer http://osdir.com/ml/hbase-user-hadoop-apache/2009-03/msg00280.html Thanks & Regards, /R On 11/19/09 11:29 AM, "Sonal Goyal" wrote: