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

[29/42] incubator-spot git commit: close #107

close #107


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

Branch: refs/heads/SPOT-181_ODM
Commit: 9215d81689105a6d4b47198654a3acbb735c9716
Parents: 81c371c e15d38c
Author: natedogs911 <na...@gmail.com>
Authored: Tue Jan 23 17:10:17 2018 -0800
Committer: natedogs911 <na...@gmail.com>
Committed: Tue Jan 23 17:10:17 2018 -0800

----------------------------------------------------------------------
 LICENSE                                         |  85 +++-
 LICENSE-topojson.txt                            |  26 -
 dev/release/.rat-excludes                       |  11 +
 dev/release/README.md                           | 474 +++++++++++++++++++
 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/DATA_SAMPLE.md                          |  57 +++
 spot-ml/ml_ops.sh                               |   2 +-
 spot-ml/ml_test.sh                              |   4 +-
 spot-ml/project/build.properties                |   1 +
 .../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/api/resources/flow.py                   |   6 +-
 spot-oa/oa/dns/dns_oa.py                        |   4 +-
 spot-oa/oa/flow/flow_oa.py                      |  43 +-
 spot-oa/requirements.txt                        |   2 +-
 spot-oa/runIpython.sh                           |   2 +-
 spot-setup/hdfs_setup.sh                        |   2 +-
 28 files changed, 1363 insertions(+), 522 deletions(-)
----------------------------------------------------------------------