You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chukwa.apache.org by as...@apache.org on 2010/02/15 21:58:41 UTC

svn commit: r910333 - in /hadoop/chukwa/trunk: ./ bin/

Author: asrabkin
Date: Mon Feb 15 20:58:38 2010
New Revision: 910333

URL: http://svn.apache.org/viewvc?rev=910333&view=rev
Log:
CHUKWA-453. Specify bash instead of sh in script headers. Contributed by Gerrit Jansen van Vuuren.

Modified:
    hadoop/chukwa/trunk/CHANGES.txt
    hadoop/chukwa/trunk/bin/UserDailySummary.sh
    hadoop/chukwa/trunk/bin/agent.sh
    hadoop/chukwa/trunk/bin/aggregator.sh
    hadoop/chukwa/trunk/bin/archive.sh
    hadoop/chukwa/trunk/bin/backfill.sh
    hadoop/chukwa/trunk/bin/chukwa-config.sh
    hadoop/chukwa/trunk/bin/dailyRolling.sh
    hadoop/chukwa/trunk/bin/dbAdmin.sh
    hadoop/chukwa/trunk/bin/dbLoader.sh
    hadoop/chukwa/trunk/bin/dbSetup.sh
    hadoop/chukwa/trunk/bin/demux.sh
    hadoop/chukwa/trunk/bin/downSampling.sh
    hadoop/chukwa/trunk/bin/dump.sh
    hadoop/chukwa/trunk/bin/dumpArchive.sh
    hadoop/chukwa/trunk/bin/dumpRecord.sh
    hadoop/chukwa/trunk/bin/hicc.sh
    hadoop/chukwa/trunk/bin/hourlyRolling.sh
    hadoop/chukwa/trunk/bin/jettyCollector.sh
    hadoop/chukwa/trunk/bin/netstat.sh
    hadoop/chukwa/trunk/bin/postProcess.sh
    hadoop/chukwa/trunk/bin/validateDemux.sh

Modified: hadoop/chukwa/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/CHANGES.txt?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/CHANGES.txt (original)
+++ hadoop/chukwa/trunk/CHANGES.txt Mon Feb 15 20:58:38 2010
@@ -58,6 +58,8 @@
 
   BUG FIXES
 
+    CHUKWA-453. Specify bash instead of sh in script headers. (Gerrit Jansen van Vuuren via asrabkin)
+
     CHUKWA-451. Shouldn't use ssh to start processes locally. (Bill Graham via asrabkin)
 
     CHUKWA-452. Fix support for using pig on final archives. (Gerrit Jansen van Vuuren via asrabkin)

Modified: hadoop/chukwa/trunk/bin/UserDailySummary.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/UserDailySummary.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/UserDailySummary.sh (original)
+++ hadoop/chukwa/trunk/bin/UserDailySummary.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/agent.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/agent.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/agent.sh (original)
+++ hadoop/chukwa/trunk/bin/agent.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/aggregator.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/aggregator.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/aggregator.sh (original)
+++ hadoop/chukwa/trunk/bin/aggregator.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/archive.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/archive.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/archive.sh (original)
+++ hadoop/chukwa/trunk/bin/archive.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/backfill.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/backfill.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/backfill.sh (original)
+++ hadoop/chukwa/trunk/bin/backfill.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/chukwa-config.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/chukwa-config.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/chukwa-config.sh (original)
+++ hadoop/chukwa/trunk/bin/chukwa-config.sh Mon Feb 15 20:58:38 2010
@@ -1,3 +1,4 @@
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/dailyRolling.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/dailyRolling.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/dailyRolling.sh (original)
+++ hadoop/chukwa/trunk/bin/dailyRolling.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/dbAdmin.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/dbAdmin.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/dbAdmin.sh (original)
+++ hadoop/chukwa/trunk/bin/dbAdmin.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/dbLoader.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/dbLoader.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/dbLoader.sh (original)
+++ hadoop/chukwa/trunk/bin/dbLoader.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/dbSetup.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/dbSetup.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/dbSetup.sh (original)
+++ hadoop/chukwa/trunk/bin/dbSetup.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/demux.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/demux.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/demux.sh (original)
+++ hadoop/chukwa/trunk/bin/demux.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/downSampling.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/downSampling.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/downSampling.sh (original)
+++ hadoop/chukwa/trunk/bin/downSampling.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/dump.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/dump.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/dump.sh (original)
+++ hadoop/chukwa/trunk/bin/dump.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/dumpArchive.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/dumpArchive.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/dumpArchive.sh (original)
+++ hadoop/chukwa/trunk/bin/dumpArchive.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/dumpRecord.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/dumpRecord.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/dumpRecord.sh (original)
+++ hadoop/chukwa/trunk/bin/dumpRecord.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/hicc.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/hicc.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/hicc.sh (original)
+++ hadoop/chukwa/trunk/bin/hicc.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/hourlyRolling.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/hourlyRolling.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/hourlyRolling.sh (original)
+++ hadoop/chukwa/trunk/bin/hourlyRolling.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/jettyCollector.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/jettyCollector.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/jettyCollector.sh (original)
+++ hadoop/chukwa/trunk/bin/jettyCollector.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/netstat.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/netstat.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/netstat.sh (original)
+++ hadoop/chukwa/trunk/bin/netstat.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/postProcess.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/postProcess.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/postProcess.sh (original)
+++ hadoop/chukwa/trunk/bin/postProcess.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.

Modified: hadoop/chukwa/trunk/bin/validateDemux.sh
URL: http://svn.apache.org/viewvc/hadoop/chukwa/trunk/bin/validateDemux.sh?rev=910333&r1=910332&r2=910333&view=diff
==============================================================================
--- hadoop/chukwa/trunk/bin/validateDemux.sh (original)
+++ hadoop/chukwa/trunk/bin/validateDemux.sh Mon Feb 15 20:58:38 2010
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # Licensed to the Apache Software Foundation (ASF) under one or more
 # contributor license agreements.  See the NOTICE file distributed with
 # this work for additional information regarding copyright ownership.