# ignite-164 : rest of gridgain renaming in /bin
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/44a92bcf Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/44a92bcf Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/44a92bcf Branch: refs/heads/sprint-1 Commit: 44a92bcfb92b88bfa4f33cc22955ea7e9e3de0e3 Parents: 180388f Author: Artem Shutak <ashu...@gridgain.com> Authored: Thu Feb 5 17:28:02 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Thu Feb 5 17:28:02 2015 +0300 ---------------------------------------------------------------------- bin/ignitevisorcmd.bat | 2 +- bin/include/service.sh | 2 +- bin/include/setenv.bat | 2 +- bin/include/setenv.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/44a92bcf/bin/ignitevisorcmd.bat ---------------------------------------------------------------------- diff --git a/bin/ignitevisorcmd.bat b/bin/ignitevisorcmd.bat index a6b0317..d45fe9d 100644 --- a/bin/ignitevisorcmd.bat +++ b/bin/ignitevisorcmd.bat @@ -104,7 +104,7 @@ if %ERRORLEVEL% neq 0 ( :: :: Set program name. :: -set PROG_NAME=gridgain.bat +set PROG_NAME=ignite.bat if "%OS%" == "Windows_NT" set PROG_NAME=%~nx0% :: http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/44a92bcf/bin/include/service.sh ---------------------------------------------------------------------- diff --git a/bin/include/service.sh b/bin/include/service.sh index b8e21a4..0e221f3 100755 --- a/bin/include/service.sh +++ b/bin/include/service.sh @@ -17,7 +17,7 @@ #################################################################### # Ignite Hadoop service start/stop script. # Supposed to be called from unix `init.d` script. Environment must -# be set via the call of /etc/default/{hadoop,gridgain-hadoop} +# be set via the call of /etc/default/{hadoop,ignite-hadoop} #################################################################### # Stop script on error. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/44a92bcf/bin/include/setenv.bat ---------------------------------------------------------------------- diff --git a/bin/include/setenv.bat b/bin/include/setenv.bat index 58e65cf..c06f2a0 100644 --- a/bin/include/setenv.bat +++ b/bin/include/setenv.bat @@ -41,7 +41,7 @@ set IGNITE_LIBS=%IGNITE_HOME%\libs\* for /D %%F in (%IGNITE_HOME%\libs\*) do if not "%%F" == "%IGNITE_HOME%\libs\optional" call :concat %%F\* -if exist %IGNITE_HOME%\libs\gridgain-hadoop set HADOOP_EDITION=1 +if exist %IGNITE_HOME%\libs\ignite-hadoop set HADOOP_EDITION=1 if defined USER_LIBS set IGNITE_LIBS=%USER_LIBS%;%IGNITE_LIBS% http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/44a92bcf/bin/include/setenv.sh ---------------------------------------------------------------------- diff --git a/bin/include/setenv.sh b/bin/include/setenv.sh index 729d704..b740cb3 100755 --- a/bin/include/setenv.sh +++ b/bin/include/setenv.sh @@ -60,7 +60,7 @@ do IGNITE_LIBS=${IGNITE_LIBS}${SEP}${file}/* fi - if [ -d ${file} ] && [ "${file}" == "${IGNITE_HOME}"/libs/gridgain-hadoop ]; then + if [ -d ${file} ] && [ "${file}" == "${IGNITE_HOME}"/libs/ignite-hadoop ]; then HADOOP_EDITION=1 fi done