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

[19/49] incubator-spot git commit: Omitted an extra space after one of the jar parameter entry lines that was causing an error.

Omitted an extra space after one of the jar parameter entry lines that was causing an error.


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

Branch: refs/heads/master
Commit: 452fca35bd33c291b88cd4a664f531db1ba7d7e2
Parents: 3bf290d
Author: Brandon Edwards <br...@intel.com>
Authored: Wed Dec 14 08:25:30 2016 -0800
Committer: Brandon Edwards <br...@intel.com>
Committed: Wed Dec 14 08:25:30 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/452fca35/spot-ml/ml_ops.sh
----------------------------------------------------------------------
diff --git a/spot-ml/ml_ops.sh b/spot-ml/ml_ops.sh
index c5d6e43..ece60cd 100755
--- a/spot-ml/ml_ops.sh
+++ b/spot-ml/ml_ops.sh
@@ -108,7 +108,7 @@ time spark-submit --class "org.apache.spot.SuspiciousConnects" \
   --scored ${HDFS_SCORED_CONNECTS} \
   --threshold ${TOL} \
   --maxresults ${MAXRESULTS} \
-  --ldamaxiterations 20 \ 
+  --ldamaxiterations 20 \
   $USER_DOMAIN_PARSER_CMD
 
 wait