Repository: tez Updated Branches: refs/heads/master f06240b80 -> e7f353946
TEZ-2301. Switch Tez Pre-commit builds to use tezqa user. (hitesh) Project: http://git-wip-us.apache.org/repos/asf/tez/repo Commit: http://git-wip-us.apache.org/repos/asf/tez/commit/e7f35394 Tree: http://git-wip-us.apache.org/repos/asf/tez/tree/e7f35394 Diff: http://git-wip-us.apache.org/repos/asf/tez/diff/e7f35394 Branch: refs/heads/master Commit: e7f35394670142176b6330c34a52b3f7661ac19c Parents: f06240b Author: Hitesh Shah <[email protected]> Authored: Thu Apr 9 13:42:19 2015 -0700 Committer: Hitesh Shah <[email protected]> Committed: Thu Apr 9 13:42:19 2015 -0700 ---------------------------------------------------------------------- CHANGES.txt | 1 + build-tools/test-patch.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tez/blob/e7f35394/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 61dda55..2af1e22 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -9,6 +9,7 @@ INCOMPATIBLE CHANGES TEZ-1993. Implement a pluggable InputSizeEstimator for grouping fairly ALL CHANGES: + TEZ-2301. Switch Tez Pre-commit builds to use tezqa user. TEZ-2299. Invalid dag creation in MRRSleepJob post TEZ-2293. TEZ-2290. Scale memory for Default Sorter down to a max of 2047 MB if configured higher. TEZ-2233. Allow EdgeProperty of an edge to be changed by VertexManager http://git-wip-us.apache.org/repos/asf/tez/blob/e7f35394/build-tools/test-patch.sh ---------------------------------------------------------------------- diff --git a/build-tools/test-patch.sh b/build-tools/test-patch.sh index cc14122..7218b87 100755 --- a/build-tools/test-patch.sh +++ b/build-tools/test-patch.sh @@ -704,8 +704,8 @@ $comment" echo "" ### Update Jira with a comment export USER=hudson - $JIRACLI -s https://issues.apache.org/jira -a addcomment -u hadoopqa -p $JIRA_PASSWD --comment "$comment" --issue $defect - $JIRACLI -s https://issues.apache.org/jira -a logout -u hadoopqa -p $JIRA_PASSWD + $JIRACLI -s https://issues.apache.org/jira -a addcomment -u tezqa -p $JIRA_PASSWD --comment "$comment" --issue $defect + $JIRACLI -s https://issues.apache.org/jira -a logout -u tezqa -p $JIRA_PASSWD fi }
