### Licensed to the Apache Software Foundation (ASF) under one or more
### contributor license agreements.  See the NOTICE file distributed with
### this work for additional information regarding copyright ownership.
### The ASF licenses this file to You under the Apache License, Version 2.0
### (the "License"); you may not use this file except in compliance with
### the License.  You may obtain a copy of the License at
###
###     http://www.apache.org/licenses/LICENSE-2.0
###
### Unless required by applicable law or agreed to in writing, software
### distributed under the License is distributed on an "AS IS" BASIS,
### WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
### See the License for the specific language governing permissions and
### limitations under the License.

#Log directory
HDP_LOG_DIR=c:\hadoop\logs

#Data directory
HDP_DATA_DIR=c:\hdpdata

#hosts
NAMENODE_HOST=WINHDP-1
SECONDARY_NAMENODE_HOST=WINHDP-2
RESOURCEMANAGER_HOST=WINHDP-1
HIVE_SERVER_HOST=WINHDP-1
OOZIE_SERVER_HOST=WINHDP-1
WEBHCAT_HOST=WINHDP-2
SLAVE_HOSTS=WINHDP-2
CLIENT_HOSTS=WINHDP-2
#HA settings
HA=yes
HA_JOURNALNODE_HOSTS=WINHDP-2,WINHDP-1
HA_CLUSTER_NAME=hdp2-ha
HA_JOURNALNODE_EDITS_DIR=c:\hadoop\journal
HA_NAMENODE_HOST=WINHDP-2
ZOOKEEPER_HOSTS=WINHDP-1,WINHDP-2

#Database host
DB_FLAVOR=MSSQL
DB_HOSTNAME=WINHDP-1
DB_PORT=1433

#Hive properties
HIVE_DB_NAME=hive
HIVE_DB_USERNAME=hive
HIVE_DB_PASSWORD=hive

#Oozie properties
OOZIE_DB_NAME=oozie
OOZIE_DB_USERNAME=oozie
OOZIE_DB_PASSWORD=oozie
