You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by cn...@apache.org on 2013/10/12 05:19:40 UTC

svn commit: r1531493 - in /hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin: cat.cmd xargs_cat.cmd

Author: cnauroth
Date: Sat Oct 12 03:19:38 2013
New Revision: 1531493

URL: http://svn.apache.org/r1531493
Log:
HADOOP-10040. Merging change r1531492 from branch-2 to branch-2.2

Modified:
    hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/cat.cmd   (contents, props changed)
    hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/xargs_cat.cmd   (contents, props changed)

Modified: hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/cat.cmd
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/cat.cmd?rev=1531493&r1=1531492&r2=1531493&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/cat.cmd (original)
+++ hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/cat.cmd Sat Oct 12 03:19:38 2013
@@ -1,18 +1,18 @@
-@rem Licensed to the Apache Software Foundation (ASF) under one
-@rem or more contributor license agreements.  See the NOTICE file
-@rem distributed with this work for additional information
-@rem regarding copyright ownership.  The ASF licenses this file
-@rem to you under the Apache License, Version 2.0 (the
-@rem "License"); you may not use this file except in compliance
-@rem with the License.  You may obtain a copy of the License at
-@rem
-@rem     http://www.apache.org/licenses/LICENSE-2.0
-@rem
-@rem Unless required by applicable law or agreed to in writing, software
-@rem distributed under the License is distributed on an "AS IS" BASIS,
-@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@rem See the License for the specific language governing permissions and
-@rem limitations under the License.
-
-@for /F "usebackq tokens=* delims=" %%A in (`findstr .`) do @echo %%A
-@rem lines have been copied from stdin to stdout
+@rem Licensed to the Apache Software Foundation (ASF) under one
+@rem or more contributor license agreements.  See the NOTICE file
+@rem distributed with this work for additional information
+@rem regarding copyright ownership.  The ASF licenses this file
+@rem to you under the Apache License, Version 2.0 (the
+@rem "License"); you may not use this file except in compliance
+@rem with the License.  You may obtain a copy of the License at
+@rem
+@rem     http://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+
+@for /F "usebackq tokens=* delims=" %%A in (`findstr .`) do @echo %%A
+@rem lines have been copied from stdin to stdout

Propchange: hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/cat.cmd
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Modified: hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/xargs_cat.cmd
URL: http://svn.apache.org/viewvc/hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/xargs_cat.cmd?rev=1531493&r1=1531492&r2=1531493&view=diff
==============================================================================
--- hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/xargs_cat.cmd (original)
+++ hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/xargs_cat.cmd Sat Oct 12 03:19:38 2013
@@ -1,18 +1,18 @@
-@rem Licensed to the Apache Software Foundation (ASF) under one
-@rem or more contributor license agreements.  See the NOTICE file
-@rem distributed with this work for additional information
-@rem regarding copyright ownership.  The ASF licenses this file
-@rem to you under the Apache License, Version 2.0 (the
-@rem "License"); you may not use this file except in compliance
-@rem with the License.  You may obtain a copy of the License at
-@rem
-@rem     http://www.apache.org/licenses/LICENSE-2.0
-@rem
-@rem Unless required by applicable law or agreed to in writing, software
-@rem distributed under the License is distributed on an "AS IS" BASIS,
-@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-@rem See the License for the specific language governing permissions and
-@rem limitations under the License.
-
-@for /F "usebackq tokens=* delims=" %%A in (`findstr .`) do @type %%A
-@rem files named on stdin have been copied to stdout
+@rem Licensed to the Apache Software Foundation (ASF) under one
+@rem or more contributor license agreements.  See the NOTICE file
+@rem distributed with this work for additional information
+@rem regarding copyright ownership.  The ASF licenses this file
+@rem to you under the Apache License, Version 2.0 (the
+@rem "License"); you may not use this file except in compliance
+@rem with the License.  You may obtain a copy of the License at
+@rem
+@rem     http://www.apache.org/licenses/LICENSE-2.0
+@rem
+@rem Unless required by applicable law or agreed to in writing, software
+@rem distributed under the License is distributed on an "AS IS" BASIS,
+@rem WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+@rem See the License for the specific language governing permissions and
+@rem limitations under the License.
+
+@for /F "usebackq tokens=* delims=" %%A in (`findstr .`) do @type %%A
+@rem files named on stdin have been copied to stdout

Propchange: hadoop/common/branches/branch-2.2/hadoop-tools/hadoop-streaming/src/test/bin/xargs_cat.cmd
------------------------------------------------------------------------------
    svn:eol-style = CRLF