Hi, Skipping bad record feature is provided by Hadoop, please refer to Hadoop tutorial http://hadoop.apache.org/common/docs/r0.20.1/mapred_tutorial.html#Skipping+Bad+Records .
Those settings with Java APIs are also configurable in Hive, like: set mapreduce.map.skip.maxrecords=10; 2010/6/24 <[email protected]> > How can I skip error record in hive. > > because when there is some error record in hive table,the hadoop job always > fail! > > Is there some configuration to avoid this? > > Hope for your reply! > -- Best Regards, Ted Xu
