You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@slider.apache.org by st...@apache.org on 2014/11/07 13:36:58 UTC

[2/2] incubator-slider git commit: SLIDER-201 add hadoop windows binaries so jenkins can test against it

SLIDER-201 add hadoop windows binaries so jenkins can test against it


Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/7921f191
Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/7921f191
Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/7921f191

Branch: refs/heads/develop
Commit: 7921f191686b8a646add4071bfb48024f86973f0
Parents: 82d91ba
Author: Steve Loughran <st...@apache.org>
Authored: Fri Nov 7 12:36:15 2014 +0000
Committer: Steve Loughran <st...@apache.org>
Committed: Fri Nov 7 12:36:15 2014 +0000

----------------------------------------------------------------------
 .../hadoop-2.6.0-SNAPSHOT/bin/hadoop.dll        | Bin 0 -> 92672 bytes
 bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hdfs.dll  | Bin 0 -> 57344 bytes
 .../hadoop-2.6.0-SNAPSHOT/bin/winutils.exe      | Bin 0 -> 108032 bytes
 bin/windows/hadoop-2.6.0-SNAPSHOT/readme.md     |  22 +++++++++++++++++++
 4 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7921f191/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hadoop.dll
----------------------------------------------------------------------
diff --git a/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hadoop.dll b/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hadoop.dll
new file mode 100644
index 0000000..8da86d2
Binary files /dev/null and b/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hadoop.dll differ

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7921f191/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hdfs.dll
----------------------------------------------------------------------
diff --git a/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hdfs.dll b/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hdfs.dll
new file mode 100644
index 0000000..d96248c
Binary files /dev/null and b/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/hdfs.dll differ

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7921f191/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/winutils.exe
----------------------------------------------------------------------
diff --git a/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/winutils.exe b/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/winutils.exe
new file mode 100644
index 0000000..a4edc85
Binary files /dev/null and b/bin/windows/hadoop-2.6.0-SNAPSHOT/bin/winutils.exe differ

http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/7921f191/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