-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathconfig_env.sh
More file actions
19 lines (18 loc) · 872 Bytes
/
config_env.sh
File metadata and controls
19 lines (18 loc) · 872 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/bash
export QUEUE_NAME=ingestion
export KERBEROS=fake.kerberos
export SQOOP_TD_CONNECTOR=sqoop-connector-teradata-1.5c5.jar
export IBIS_ENV=DEV
export KERBEROS_PRINCIPAL=_HOST@fake.domain
export IMPALA_HOST=fake.dev.impala
export hive2_jdbc_url=jdbc:hive2://fake.dev.hive:25006/default
export hive2_host=fake.dev.hive
export zookeeper_hosts=fake.dev.zookeeper1:2181,fake.dev.zookeeper2:2181,fake.dev.zookeeper3:2181
export oozie_url=http://fake.dev.oozie:25007/oozie/v2/
export QA_RESULTS_DIR=/user/hive/warehouse/ibis.db/qa_resultsv2
export QA_EXP_RESULTS_DIR=/user/hive/warehouse/ibis.db/qa_export_results
export CHK_BAL_DIR=/user/dev/data/checks_balances
export CHK_BAL_EXP_DIR=/user/dev/data/checks_balances
export CHK_BAL_AUDIT_DIR=/user/dev/data/checks_balances_audit
export EXPORT_HDFS_ROOT=/ibis/outbound/export/
export DOMAIN_LIST=domain1,domain2,domain3