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

[05/49] incubator-spot git commit: And yet more editing of SuspiciousConnectsArgumentParser.scala to remove old argument references.

And yet more editing of SuspiciousConnectsArgumentParser.scala to remove old argument references.


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

Branch: refs/heads/master
Commit: f7596ca8f13629e09d88a4d257ecb6f8d10f33de
Parents: f3b3652
Author: Brandon Edwards <br...@intel.com>
Authored: Wed Dec 7 16:46:41 2016 -0800
Committer: Brandon Edwards <br...@intel.com>
Committed: Wed Dec 7 16:46:41 2016 -0800

----------------------------------------------------------------------
 .../scala/org/apache/spot/SuspiciousConnectsArgumentParser.scala | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/f7596ca8/spot-ml/src/main/scala/org/apache/spot/SuspiciousConnectsArgumentParser.scala
----------------------------------------------------------------------
diff --git a/spot-ml/src/main/scala/org/apache/spot/SuspiciousConnectsArgumentParser.scala b/spot-ml/src/main/scala/org/apache/spot/SuspiciousConnectsArgumentParser.scala
index e6f5c1c..4647dbf 100644
--- a/spot-ml/src/main/scala/org/apache/spot/SuspiciousConnectsArgumentParser.scala
+++ b/spot-ml/src/main/scala/org/apache/spot/SuspiciousConnectsArgumentParser.scala
@@ -50,10 +50,6 @@ object SuspiciousConnectsArgumentParser {
       action((x, c) => c.copy(userDomain = x)).
       text("Domain of spot user (example: intel)")
 
-    opt[String]("nodes").required().valueName("<input param>").
-      action((x, c) => c.copy(nodes = x)).
-      text("Node list")
-
     opt[String]("scored").required().valueName("<hdfs path>").
       action((x, c) => c.copy(hdfsScoredConnect = x)).
       text("HDFS path for results")