Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge remote branch 'julien/howl' into howl
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshc committed Feb 15, 2011
2 parents 51066b5 + 6855794 commit 8018eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion howl/src/java/org/apache/howl/pig/HowlStorer.java
Expand Up @@ -486,7 +486,7 @@ public void setStoreLocation(String location, Job job) throws IOException {
} catch(HowlException he) {
// pass the message to the user - essentially something about the table
// information passed to HowlOutputFormat was not right
throw new PigException(he.getMessage(), PigHowlUtil.PIG_EXCEPTION_CODE);
throw new PigException(he.getMessage(), PigHowlUtil.PIG_EXCEPTION_CODE, he);
}
howlTblSchema = HowlOutputFormat.getTableSchema(job);
try{
Expand Down

0 comments on commit 8018eb8

Please sign in to comment.