Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
prongs committed Jul 15, 2015
1 parent a641e30 commit c65fad3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ public void setInputFormatClass(Class<? extends InputFormat> inputFormatClass) {
public void setOutputFormatClass(Class<? extends HiveOutputFormat> outputFormatClass) {
this.outputFormatClass = outputFormatClass;
tPartition.getSd().setOutputFormat(HiveFileFormatUtils
.getOutputFormatSubstitute(outputFormatClass, false).toString());
.getOutputFormatSubstitute(outputFormatClass, false).getCanonicalName());
}

final public Class<? extends InputFormat> getInputFormatClass()
Expand Down

0 comments on commit c65fad3

Please sign in to comment.