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:09:26 UTC

[15/15] incubator-spot git commit: Update spot.conf

Update spot.conf

- Updates sourced from SPOT-213


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

Branch: refs/heads/SPOT-181_ODM
Commit: 0e3ef34a0098bda834382ed1678471b6314b9507
Parents: 549f492
Author: Tadd Wood <ta...@arcadiadata.com>
Authored: Wed Feb 14 14:23:37 2018 -0800
Committer: Tadd Wood <ta...@arcadiadata.com>
Committed: Wed Feb 14 14:23:37 2018 -0800

----------------------------------------------------------------------
 spot-setup/spot.conf | 34 +++++++++++++++++++++++++---------
 1 file changed, 25 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spot/blob/0e3ef34a/spot-setup/spot.conf
----------------------------------------------------------------------
diff --git a/spot-setup/spot.conf b/spot-setup/spot.conf
index 03f221a..407e38f 100755
--- a/spot-setup/spot.conf
+++ b/spot-setup/spot.conf
@@ -15,13 +15,12 @@
 # limitations under the License.
 
 
-#node configuration
+# Spot node configuration
 UINODE='node03'
 MLNODE='node04'
 GWNODE='node16'
-DBNAME='spot'
 
-#hdfs - base user and data source config
+# hdfs - base user and data source config
 HUSER='/user/spot'
 NAME_NODE=''
 WEB_PORT=50070
@@ -30,21 +29,38 @@ PROXY_PATH=${HUSER}/${DSOURCE}/hive/y=${YR}/m=${MH}/d=${DY}/
 FLOW_PATH=${HUSER}/${DSOURCE}/hive/y=${YR}/m=${MH}/d=${DY}/
 HPATH=${HUSER}/${DSOURCE}/scored_results/${FDATE}
 
-FLOW_TABLE=flow_view
-DNS_TABLE=dns_view
-PROXY_TABLE=proxy_view
+# Database config
+DBNAME='spot'
+DBENGINE=""
 
-#impala config
+# Impala config
 IMPALA_DEM=node04
 IMPALA_PORT=21050
 
-#local fs base user and data source config
+# Kerberos config
+KERBEROS='false'
+KINIT=/usr/bin/kinit
+PRINCIPAL='user'
+KEYTAB='/opt/security/user.keytab'
+SASL_MECH='GSSAPI'
+SECURITY_PROTO='sasl_plaintext'
+KAFKA_SERVICE_NAME=''
+
+# SSL config
+SSL='false'
+SSL_VERIFY='true'
+CA_LOCATION=''
+CERT=''
+KEY=''
+
+# Local fs base user and data source config
 LUSER='/home/spot'
 LPATH=${LUSER}/ml/${DSOURCE}/${FDATE}
 RPATH=${LUSER}/ipython/user/${FDATE}
 LIPATH=${LUSER}/ingest
 
-#dns suspicious connects config
+# DNS suspicious connects config
+
 USER_DOMAIN=''
 
 SPK_EXEC=''