You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spot.apache.org by na...@apache.org on 2018/03/19 19:28:36 UTC

[27/42] incubator-spot git commit: Merge branch 'master' into pr/123 to close SPOT-254 and apache/incubator-spot#123

Merge branch 'master' into pr/123 to close SPOT-254 and apache/incubator-spot#123


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

Branch: refs/heads/SPOT-181_ODM
Commit: 935dfb4992ead12b45e2ea7cb8e580d02678e08d
Parents: 3baa75a 6deaae3
Author: natedogs911 <na...@gmail.com>
Authored: Tue Jan 23 16:59:04 2018 -0800
Committer: natedogs911 <na...@gmail.com>
Committed: Tue Jan 23 16:59:04 2018 -0800

----------------------------------------------------------------------
 spot-ingest/common/kafka_topic.sh               |   2 +-
 spot-ingest/master_collector.py                 |  60 ++---
 spot-ingest/start_ingest_standalone.sh          |   2 +-
 spot-ingest/worker.py                           |  56 +++--
 spot-ml/ml_ops.sh                               |   2 +-
 spot-ml/ml_test.sh                              |   4 +-
 .../dns/model/DNSSuspiciousConnectsModel.scala  |  43 ++--
 .../org/apache/spot/lda/SpotLDAHelper.scala     | 173 ++++++++++++++
 .../org/apache/spot/lda/SpotLDAModel.scala      | 139 +++++++++++
 .../org/apache/spot/lda/SpotLDAResult.scala     |  43 ++++
 .../org/apache/spot/lda/SpotLDAWrapper.scala    | 226 +++---------------
 .../model/FlowSuspiciousConnectsModel.scala     |  27 +--
 .../proxy/ProxySuspiciousConnectsModel.scala    |  25 +-
 .../org/apache/spot/utilities/TopDomains.scala  |   1 -
 .../org/apache/spot/lda/SpotLDAHelperTest.scala | 133 +++++++++++
 .../apache/spot/lda/SpotLDAWrapperTest.scala    | 236 ++++++-------------
 spot-oa/oa/dns/dns_oa.py                        |   4 +-
 spot-oa/requirements.txt                        |   2 +-
 spot-oa/runIpython.sh                           |   2 +-
 spot-setup/hdfs_setup.sh                        |   2 +-
 20 files changed, 709 insertions(+), 473 deletions(-)
----------------------------------------------------------------------