~asanjar/charms/trusty/hdp-hadoop/test

« back to all changes in this revision

Viewing changes to hooks/test/core-site.xml

  • Committer: amir sanjar
  • Date: 2014-07-21 19:53:44 UTC
  • Revision ID: amir.sanjar@canonical.com-20140721195344-a23z0lrebqzhl167
namenode & data node initialization

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--Thu Aug 15 20:47:13 2013-->
2
 
  <configuration>
3
 
    <property>
4
 
    <name>fs.checkpoint.size</name>
5
 
    <value>0.5</value>
6
 
  </property>
7
 
    <property>
8
 
    <name>dfs.namenode.checkpoint.dir</name>
9
 
    <value>/hadoop/hdfs/namesecondary</value>
10
 
  </property>
11
 
    <property>
12
 
    <name>hadoop.security.authentication</name>
13
 
    <value>simple</value>
14
 
  </property>
15
 
    <property>
16
 
    <name>hadoop.proxyuser.oozie.groups</name>
17
 
    <value>users</value>
18
 
  </property>
19
 
    <property>
20
 
    <name>fs.checkpoint.edits.dir</name>
21
 
    <value>/hadoop/hdfs/namesecondary</value>
22
 
  </property>
23
 
    <property>
24
 
    <name>hadoop.proxyuser.hive.groups</name>
25
 
    <value>users</value>
26
 
  </property>
27
 
    <property>
28
 
    <name>ipc.client.connect.max.retries</name>
29
 
    <value>50</value>
30
 
  </property>
31
 
    <property>
32
 
    <name>dfs.namenode.checkpoint.period</name>
33
 
    <value>21600</value>
34
 
  </property>
35
 
    <property>
36
 
    <name>ipc.client.connection.maxidletime</name>
37
 
    <value>30000</value>
38
 
  </property>
39
 
    <property>
40
 
    <name>hadoop.security.auth_to_local</name>
41
 
    <value>
42
 
        RULE:[2:$1@$0]([rn]m@.*)s/.*/yarn/
43
 
        RULE:[2:$1@$0](jhs@.*)s/.*/mapred/
44
 
        RULE:[2:$1@$0]([nd]n@.*)s/.*/hdfs/
45
 
        RULE:[2:$1@$0](hm@.*)s/.*/hbase/
46
 
        RULE:[2:$1@$0](rs@.*)s/.*/hbase/
47
 
        DEFAULT
48
 
    </value>
49
 
  </property>
50
 
    <property>
51
 
    <name>ipc.client.idlethreshold</name>
52
 
    <value>8000</value>
53
 
  </property>
54
 
    <property>
55
 
    <name>io.compression.codecs</name>
56
 
    <value>org.apache.hadoop.io.compress.GzipCodec,org.apache.hadoop.io.compress.DefaultCodec</value>
57
 
  </property>
58
 
    <property>
59
 
    <name>io.serializations</name>
60
 
    <value>org.apache.hadoop.io.serializer.WritableSerialization</value>
61
 
  </property>
62
 
    <property>
63
 
    <name>hadoop.proxyuser.hcat.groups</name>
64
 
    <value>users</value>
65
 
  </property>
66
 
    <property>
67
 
    <name>fs.trash.interval</name>
68
 
    <value>360</value>
69
 
  </property>
70
 
    <property>
71
 
    <name>hadoop.security.authorization</name>
72
 
    <value>false</value>
73
 
  </property>
74
 
    <property>
75
 
    <name>fs.defaultFS</name>
76
 
    <value>hdfs://TODO-NAMENODE-HOSTNAME:PORT</value>
77
 
  </property>
78
 
    <property>
79
 
    <name>mapreduce.jobtracker.webinterface.trusted</name>
80
 
    <value>false</value>
81
 
  </property>
82
 
    <property>
83
 
    <name>io.file.buffer.size</name>
84
 
    <value>131072</value>
85
 
  </property>
86
 
  </configuration>