i have a long running job, that has survived some upgrades (os and older cdh versions)
the command executed:
/usr/bin/hadoop jar /opt/cloudera/parcels/CDH/lib/hbase/hbase-server.jar importtsv
the exception this produces:
Exception in thread "main" java.lang.ClassNotFoundException: importtsv
it seems that importtsv is not there? however i have not been able to locate the class responsible for this.