Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 31st, 2012  |  syntax: None  |  size: 1.41 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <?xml version="1.0"?>
  2. <?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
  3. <!--
  4. /**
  5.  * Copyright 2007 The Apache Software Foundation
  6.  *
  7.  * Licensed to the Apache Software Foundation (ASF) under one
  8.  * or more contributor license agreements.  See the NOTICE file
  9.  * distributed with this work for additional information
  10.  * regarding copyright ownership.  The ASF licenses this file
  11.  * to you under the Apache License, Version 2.0 (the
  12.  * "License"); you may not use this file except in compliance
  13.  * with the License.  You may obtain a copy of the License at
  14.  *
  15.  *     http://www.apache.org/licenses/LICENSE-2.0
  16.  *
  17.  * Unless required by applicable law or agreed to in writing, software
  18.  * distributed under the License is distributed on an "AS IS" BASIS,
  19.  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  20.  * See the License for the specific language governing permissions and
  21.  * limitations under the License.
  22.  */
  23. -->
  24. <configuration>
  25.   <property>
  26.           <name>hbase.zookeeper.quorum</name>
  27.           <value>ip-10-102-61-5.ec2.internal</value>
  28.   </property>
  29.   <property>
  30.     <name>hbase.regionserver.class</name>
  31.     <value>org.apache.hadoop.hbase.ipc.TransactionalRegionInterface</value>
  32.   </property>
  33.   <property>
  34.     <name>hbase.regionserver.impl</name>
  35.     <value>org.apache.hadoop.hbase.regionserver.transactional.TransactionalRegionServer</value>
  36.   </property>  
  37. </configuration>