Updated Branches: refs/heads/sqoop2 1089fce12 -> 0a6fcce58
SQOOP-989: Sqoop2: setenv.sh overrides value of JAVA_OPTS (Mark Grover via Jarek Jarcec Cecho) Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/0a6fcce5 Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/0a6fcce5 Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/0a6fcce5 Branch: refs/heads/sqoop2 Commit: 0a6fcce582258fce7e344bf9f2dc274d1ff99fd3 Parents: 1089fce Author: Jarek Jarcec Cecho <[email protected]> Authored: Tue Apr 16 19:04:35 2013 -0700 Committer: Jarek Jarcec Cecho <[email protected]> Committed: Tue Apr 16 19:04:35 2013 -0700 ---------------------------------------------------------------------- dist/src/main/server/bin/setenv.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/0a6fcce5/dist/src/main/server/bin/setenv.sh ---------------------------------------------------------------------- diff --git a/dist/src/main/server/bin/setenv.sh b/dist/src/main/server/bin/setenv.sh index e0684a5..607427e 100755 --- a/dist/src/main/server/bin/setenv.sh +++ b/dist/src/main/server/bin/setenv.sh @@ -14,4 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. # -JAVA_OPTS=-Dsqoop.config.dir=`dirname $0`/../conf +JAVA_OPTS="$JAVA_OPTS -Dsqoop.config.dir=`dirname $0`/../conf"
