continue using --input in ml_ops.sh for now, until ODM pipeline source data is 
available from Hive


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

Branch: refs/heads/SPOT-181_ODM
Commit: 065753205347e5ab0a0126e08b5ef8e85f599f9e
Parents: 6aa2c66
Author: Curtis Howard <curtis@curtis-MBP.local>
Authored: Thu Jan 25 10:17:15 2018 -0500
Committer: Curtis Howard <curtis@curtis-MBP.local>
Committed: Thu Jan 25 10:17:15 2018 -0500

----------------------------------------------------------------------
 spot-ml/ml_ops.sh    | 6 ------
 spot-setup/spot.conf | 2 +-
 2 files changed, 1 insertion(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/06575320/spot-ml/ml_ops.sh
----------------------------------------------------------------------
diff --git a/spot-ml/ml_ops.sh b/spot-ml/ml_ops.sh
index 6605c5a..3f6d825 100755
--- a/spot-ml/ml_ops.sh
+++ b/spot-ml/ml_ops.sh
@@ -101,11 +101,6 @@ time spark-submit --class 
"org.apache.spot.SuspiciousConnects" \
   --conf spark.yarn.executor.memoryOverhead=${SPK_EXEC_MEM_OVERHEAD} 
target/scala-2.11/spot-ml-assembly-1.1.jar \
   --analysis ${DSOURCE} \
   --input ${RAWDATA_PATH}  \
-  --database ${DBNAME} \
-  --datatable ${DATA_TABLE} \
-  --year ${YR} \
-  --month ${MH} \
-  --day ${DY} \
   --dupfactor ${DUPFACTOR} \
   --feedback ${FEEDBACK_PATH} \
   --ldatopiccount ${TOPIC_COUNT} \
@@ -118,4 +113,3 @@ time spark-submit --class 
"org.apache.spot.SuspiciousConnects" \
   --ldaoptimizer ${LDA_OPTIMIZER} \
   --precision ${PRECISION} \
   $USER_DOMAIN_CMD
-

http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/06575320/spot-setup/spot.conf
----------------------------------------------------------------------
diff --git a/spot-setup/spot.conf b/spot-setup/spot.conf
index 03f221a..2b409cc 100755
--- a/spot-setup/spot.conf
+++ b/spot-setup/spot.conf
@@ -75,4 +75,4 @@ DUPFACTOR=1000
 #   'http://trustedresource.com' = Allow specific origin
 #   'http://trustedresource.com,http://anothertrustedresource.com' = Allow 
multiple origins
 #
-ACCESS_CONTROL_ALLOW_ORIGIN='*'
\ No newline at end of file
+ACCESS_CONTROL_ALLOW_ORIGIN='*'

Reply via email to