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:30 UTC

[18/49] incubator-spot git commit: Changed the position of the optional parameter to be at the end of all other parameters

Changed the position of the optional parameter to be at the end of all other parameters


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

Branch: refs/heads/master
Commit: 3bf290dd0a33368486abea1d803163bbc7cd7736
Parents: b9cc67d
Author: Brandon Edwards <br...@intel.com>
Authored: Tue Dec 13 16:21:47 2016 -0800
Committer: Brandon Edwards <br...@intel.com>
Committed: Tue Dec 13 16:21:47 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/3bf290dd/spot-ml/ml_ops.sh
----------------------------------------------------------------------
diff --git a/spot-ml/ml_ops.sh b/spot-ml/ml_ops.sh
index a951fe1..c5d6e43 100755
--- a/spot-ml/ml_ops.sh
+++ b/spot-ml/ml_ops.sh
@@ -105,11 +105,11 @@ time spark-submit --class "org.apache.spot.SuspiciousConnects" \
   --dupfactor ${DUPFACTOR} \
   --feedback ${FEEDBACK_PATH} \
   --ldatopiccount ${TOPIC_COUNT} \
-  $USER_DOMAIN_PARSER_CMD \
   --scored ${HDFS_SCORED_CONNECTS} \
   --threshold ${TOL} \
   --maxresults ${MAXRESULTS} \
-  --ldamaxiterations 20
+  --ldamaxiterations 20 \ 
+  $USER_DOMAIN_PARSER_CMD
 
 wait