Unable to run map reduce in HBase

2014-11-27 Thread dhamodharan . ramalingam
Hi, I am importing a csv file into HBase using the command bin/hbase org.apache.hadoop.hbase.mapreduce.ImportTsv When I execute the this map reduce program I am getting the following error. I am using Hadoop 2.4.1 and HBase 0.98.8-hadoop2 I have set export JAVA_OPTS=-Xms1024m -Xmx10240m in

Re: Unable to run map reduce in HBase

2014-11-27 Thread Vineet Mishra
Hi, It seems your job is not getting enough memory as required, can you try adding these properties to your configuration and run schedule the job once again. mapred.cluster.map.memory.mb=2048 mapred.cluster.reduce.memory.mb=2048 Hope that solve your problem. Cheers! On Fri, Nov 28, 2014 at