You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by mo...@apache.org on 2018/09/20 18:50:37 UTC

[1/2] incubator-spot git commit: flexible path to bash when calling screen

Repository: incubator-spot
Updated Branches:
  refs/heads/master 4cfe66a72 -> bcda92ea3


flexible path to bash when calling screen


Project: http://git-wip-us.apache.org/repos/asf/incubator-spot/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spot/commit/3dc09461
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spot/tree/3dc09461
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spot/diff/3dc09461

Branch: refs/heads/master
Commit: 3dc0946154effbec352d7d5f8228149b2482ce6f
Parents: 14dbd51
Author: tpltnt <tp...@dropcut.net>
Authored: Sat May 26 14:43:57 2018 +0200
Committer: tpltnt <tp...@dropcut.net>
Committed: Sat May 26 14:43:57 2018 +0200

----------------------------------------------------------------------
 spot-ingest/start_ingest_standalone.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/3dc09461/spot-ingest/start_ingest_standalone.sh
----------------------------------------------------------------------
diff --git a/spot-ingest/start_ingest_standalone.sh b/spot-ingest/start_ingest_standalone.sh
index 1a16612..5d7ce36 100755
--- a/spot-ingest/start_ingest_standalone.sh
+++ b/spot-ingest/start_ingest_standalone.sh
@@ -58,7 +58,7 @@ fi
 
 INGEST_DATE=`date +"%H_%M_%S"`
 
-screen -d -m -S SPOT-INGEST-${INGEST_CONF}-${INGEST_DATE}  -s /bin/bash
+screen -d -m -S SPOT-INGEST-${INGEST_CONF}-${INGEST_DATE}  -s `which bash`
 screen -S SPOT-INGEST-${INGEST_CONF}-${INGEST_DATE} -X setenv TZ ${TIME_ZONE}
 screen -dr  SPOT-INGEST-${INGEST_CONF}-${INGEST_DATE} -X screen -t Master sh -c "python master_collector.py -t ${INGEST_CONF} -w ${WORKERS_NUM} -id SPOT-INGEST-${INGEST_CONF}-${INGEST_DATE}; echo 'Closing Master...'; sleep 432000"
 


[2/2] incubator-spot git commit: Merge branch 'master' into pr-145

Posted by mo...@apache.org.
Merge branch 'master' into pr-145


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

Branch: refs/heads/master
Commit: bcda92ea3bbebd6f5c7828b73d0495f9f90ede13
Parents: 3dc0946 4cfe66a
Author: mhicks <mh...@cloudera.com>
Authored: Thu Sep 20 14:49:43 2018 -0400
Committer: mhicks <mh...@cloudera.com>
Committed: Thu Sep 20 14:49:43 2018 -0400

----------------------------------------------------------------------
 README.md                                  | 19 +++++++++++++------
 issues-subscribe@spot.incubator.apache.org |  0
 2 files changed, 13 insertions(+), 6 deletions(-)
----------------------------------------------------------------------