You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by ev...@apache.org on 2017/01/25 18:36:32 UTC

[20/49] incubator-spot git commit: Changed USER_DOMAIN_PARSER_CMD to USER_DOMAIN_CMD

Changed USER_DOMAIN_PARSER_CMD to USER_DOMAIN_CMD


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

Branch: refs/heads/master
Commit: 1a0269f2e0f9a1297e1084c01b1991362f0a74ae
Parents: 452fca3
Author: Brandon Edwards <br...@intel.com>
Authored: Wed Dec 14 08:35:14 2016 -0800
Committer: Brandon Edwards <br...@intel.com>
Committed: Wed Dec 14 08:35:14 2016 -0800

----------------------------------------------------------------------
 spot-ml/ml_ops.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/1a0269f2/spot-ml/ml_ops.sh
----------------------------------------------------------------------
diff --git a/spot-ml/ml_ops.sh b/spot-ml/ml_ops.sh
index ece60cd..02a9c1d 100755
--- a/spot-ml/ml_ops.sh
+++ b/spot-ml/ml_ops.sh
@@ -48,9 +48,9 @@ fi
 # pass the user domain designation if not empty
 
 if [ ! -z $USER_DOMAIN ] ; then
-    USER_DOMAIN_PARSER_CMD="--userdomain $USER_DOMAIN"
+    USER_DOMAIN_CMD="--userdomain $USER_DOMAIN"
 else
-    USER_DOMAIN_PARSER_CMD=''
+    USER_DOMAIN_CMD=''
 fi
 
 FEEDBACK_PATH=${LPATH}/${DSOURCE}_scores.csv
@@ -109,7 +109,7 @@ time spark-submit --class "org.apache.spot.SuspiciousConnects" \
   --threshold ${TOL} \
   --maxresults ${MAXRESULTS} \
   --ldamaxiterations 20 \
-  $USER_DOMAIN_PARSER_CMD
+  $USER_DOMAIN_CMD
 
 wait