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/01/24 01:13:03 UTC

[1/2] incubator-spot git commit: Adding DISCLAIMER to master

Repository: incubator-spot
Updated Branches:
  refs/heads/master e15d38c6d -> 9215d8168


Adding DISCLAIMER to master


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

Branch: refs/heads/master
Commit: 81c371c3589772051e4c8e8d04e8ad39df477dd9
Parents: 1e9833e
Author: Everardo Lopez Sandoval (Intel) <el...@elopezsa-mac02.zpn.intel.com>
Authored: Fri Aug 4 17:01:55 2017 -0500
Committer: Everardo Lopez Sandoval (Intel) <el...@elopezsa-mac02.zpn.intel.com>
Committed: Fri Aug 4 17:01:55 2017 -0500

----------------------------------------------------------------------
 DISCLAIMER | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/81c371c3/DISCLAIMER
----------------------------------------------------------------------
diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..907de92
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1,11 @@
+DISCLAIMER
+
+Apache SPOT (incubating) is an effort undergoing incubation at the Apache
+Software Foundation (ASF), sponsored by the Apache Incubator PMC.
+Incubation is required of all newly accepted projects until a further review
+indicates that the infrastructure, communications, and decision making process
+have stabilized in a manner consistent with other successful ASF projects.
+
+While incubation status is not necessarily a reflection of the completeness or
+stability of the code, it does indicate that theproject has yet to be fully
+endorsed by the ASF.


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

Posted by na...@apache.org.
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/master
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(-)
----------------------------------------------------------------------