Exception in thread "main" org.apache.hadoop.mapred.InvalidJobConfException: Ausgabe-Verzeichnis nicht gesetzt

Hey, kann u bitte helfen Sie mir bei der Klärung folgender Fehler ? Ich bekomme wenn ich auf der Mapreduce-job fopr einfügen von Daten in hbase-Tabellen aus hdfs-Dateien. mit HFileOutputFormat.class , früher lief ich den gleichen mit MultiTableOutputFormat.class es war in Ordnung arbeiten , aber es war so viel Zeit beim einfügen von Daten in hbase-Tabellen .

Also kann u bitte helfen Sie mir ... 🙂
*

job.setMapOutputKeyClass(ImmutableBytesWritable.class);
job.setMapOutputValueClass(Put.class);
job.setInputFormatClass(TextInputFormat.class);

job.setOutputFormatClass(HFileOutputFormat.class);
job.setMapperClass(Map.class); HTable hTable = new HTable(conf,"ARK_3000");
HFileOutputFormat.configureIncrementalLoad(job, hTable);

FEHLER Sicherheit.UserGroupInformation: PriviledgedActionException
als:reddym (auth:EINFACH)
Ursache:org.apache.hadoop.mapred.InvalidJobConfException: Ausgang
Verzeichnis nicht gesetzt. Exception in thread "main"
org.apache.hadoop.mapred.InvalidJobConfException: Ausgabe-Verzeichnis nicht
set.

Dank Madhusudhana Reddy

Schreibe einen Kommentar