commit | 6fa2ee89fccad9f2169bc841298d7001d5d4d75b | [log] [tgz] |
---|---|---|
author | ramangrover29 <ramangrover29@gmail.com> | Thu Aug 01 11:16:42 2013 -0700 |
committer | ramangrover29 <ramangrover29@gmail.com> | Thu Aug 01 11:16:42 2013 -0700 |
tree | 1e8acb07567cf7653bce682929522b29193af814 | |
parent | dc051e6ff037dc649ece92a21481d76a9e90475c [diff] [blame] |
merge from zheilbron/hyracks_msr
diff --git a/pregelix-dist/src/main/resources/scripts/copylog.sh b/pregelix-dist/src/main/resources/scripts/copylog.sh new file mode 100644 index 0000000..7767b2d --- /dev/null +++ b/pregelix-dist/src/main/resources/scripts/copylog.sh
@@ -0,0 +1,7 @@ +. conf/cluster.properties + +NODEID=`hostname | cut -d '.' -f 1` +#echo $NODEID + +#echo "rsync ${NCLOGS_DIR}/${NODEID}.log ${1}:${2}" +rsync ${NCLOGS_DIR}/${NODEID}.log ${1}:${2}