TAJO-861: tajo-dump script are not executable. (jinho)
Project: http://git-wip-us.apache.org/repos/asf/tajo/repo Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/07225fa3 Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/07225fa3 Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/07225fa3 Branch: refs/heads/window_function Commit: 07225fa3486546872fe1d6e5d917ee0857795317 Parents: 43875ba Author: jinossy <[email protected]> Authored: Tue Jun 17 11:14:19 2014 +0900 Committer: jinossy <[email protected]> Committed: Tue Jun 17 11:14:19 2014 +0900 ---------------------------------------------------------------------- CHANGES | 2 ++ tajo-dist/pom.xml | 1 + tajo-dist/src/main/bin/tajo-dump | 0 3 files changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tajo/blob/07225fa3/CHANGES ---------------------------------------------------------------------- diff --git a/CHANGES b/CHANGES index 7fe6e62..2772aee 100644 --- a/CHANGES +++ b/CHANGES @@ -68,6 +68,8 @@ Release 0.9.0 - unreleased BUG FIXES + TAJO-861: tajo-dump script are not executable. (jinho) + TAJO-839: If all tables participate in the BROADCAST JOIN, there is some missing data. (Hyoungjun Kim via jihoon) http://git-wip-us.apache.org/repos/asf/tajo/blob/07225fa3/tajo-dist/pom.xml ---------------------------------------------------------------------- diff --git a/tajo-dist/pom.xml b/tajo-dist/pom.xml index 103bbac..d893010 100644 --- a/tajo-dist/pom.xml +++ b/tajo-dist/pom.xml @@ -135,6 +135,7 @@ <exec executable="sh" dir="${project.build.directory}" failonerror="true"> <arg line="./dist-layout-stitching.sh"/> </exec> + <chmod dir="${project.build.directory}/tajo-${project.version}/bin" perm="ugo+rx" includes="**/*.sh,tajo,tajo-dump,tsql"/> </target> </configuration> </execution> http://git-wip-us.apache.org/repos/asf/tajo/blob/07225fa3/tajo-dist/src/main/bin/tajo-dump ---------------------------------------------------------------------- diff --git a/tajo-dist/src/main/bin/tajo-dump b/tajo-dist/src/main/bin/tajo-dump old mode 100644 new mode 100755
