Repository: incubator-slider Updated Branches: refs/heads/feature/SLIDER-201-jenkins-windows 79416f318 -> f87c0bb78
SLIDER-201 setting up lib dir for windows runs Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/f87c0bb7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/f87c0bb7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/f87c0bb7 Branch: refs/heads/feature/SLIDER-201-jenkins-windows Commit: f87c0bb78fe6b98b8bb3a504249de45552385b0c Parents: 79416f3 Author: Steve Loughran <[email protected]> Authored: Tue Nov 4 14:43:41 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Tue Nov 4 14:43:41 2014 +0000 ---------------------------------------------------------------------- bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md | 22 ++++++++++++++++++++ .../bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md | 22 -------------------- 2 files changed, 22 insertions(+), 22 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f87c0bb7/bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md ---------------------------------------------------------------------- diff --git a/bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md b/bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md new file mode 100644 index 0000000..9e4dd52 --- /dev/null +++ b/bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md @@ -0,0 +1,22 @@ +<!--- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. See accompanying LICENSE file. +--> + +# Windows Binaries + +This directory contains the native libraries needed for running Hadoop on +windows. It's here so that jenkins builds on windows do not +need to rely on a pre-installed version of hadoop. + +To ise + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/f87c0bb7/slider-core/bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md ---------------------------------------------------------------------- diff --git a/slider-core/bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md b/slider-core/bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md deleted file mode 100644 index 9e4dd52..0000000 --- a/slider-core/bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md +++ /dev/null @@ -1,22 +0,0 @@ -<!--- - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. See accompanying LICENSE file. ---> - -# Windows Binaries - -This directory contains the native libraries needed for running Hadoop on -windows. It's here so that jenkins builds on windows do not -need to rely on a pre-installed version of hadoop. - -To ise - \ No newline at end of file
