blob: 68ae05705805315e3aede75462cc2369fdccff6e [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
Till Westmannfd733ee2014-07-10 00:57:37 -07006 !
Till Westmannea8ab392013-06-05 15:17:08 -07007 ! http://www.apache.org/licenses/LICENSE-2.0
Till Westmannfd733ee2014-07-10 00:57:37 -07008 !
Till Westmannea8ab392013-06-05 15:17:08 -07009 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
ramangrover29@gmail.com4ba21522013-02-27 23:35:42 +000015<configuration xmlns="installer">
Till Westmannfd733ee2014-07-10 00:57:37 -070016 <is_configured>false</is_configured>
ramangrover29@gmail.com4ba21522013-02-27 23:35:42 +000017 <backup>
18 <hdfs>
19 <version>0.20.2</version>
20 <url></url>
21 <backupDir></backupDir>
22 </hdfs>
23 </backup>
24 <zookeeper>
25 <homeDir>/tmp/zookeeper</homeDir>
26 <clientPort>2900</clientPort>
27 <servers>
ramangrover29@gmail.com309034e2013-04-01 00:11:35 +000028 <server>127.0.0.1</server>
ramangrover29@gmail.com4ba21522013-02-27 23:35:42 +000029 </servers>
30 </zookeeper>
31</configuration>