Skip to content

Commit

Permalink
TEZ-3558. CartesianProduct is missing from the ExampleDriver class (S…
Browse files Browse the repository at this point in the history
…ushmitha Sreenivasan via rbalamohan)
  • Loading branch information
rbalamohan committed Dec 14, 2016
1 parent 2b42ac8 commit 06a90db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ INCOMPATIBLE CHANGES

ALL CHANGES:

TEZ-3558. CartesianProduct is missing from the ExampleDriver class
TEZ-3549. TaskAttemptImpl does not initialize TEZ_TASK_PROGRESS_STUCK_INTERVAL_MS correctly
TEZ-3552. Shuffle split array when size-based sorting is turned off.
TEZ-3537. ArrayIndexOutOfBoundsException with empty environment variables/Port YARN-3768 to Tez
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ public static void main(String argv[]){
"Generate data to run the joinexample");
pgd.addClass("joinvalidate", JoinValidate.class,
"Validate data generated by joinexample and joindatagen");
pgd.addClass("cartesianproduct", CartesianProduct.class,
"Cartesian product of two datasets");
exitCode = pgd.run(argv);
} catch(Throwable e){
e.printStackTrace();
Expand Down

0 comments on commit 06a90db

Please sign in to comment.