Commit 29218419 by qiuweili123

修改hbasedemo

parent 0d225da4
......@@ -14,6 +14,28 @@
<dependency>
<groupId>com.secoo.mall</groupId>
<artifactId>matrix-bigdata-hbase-starter</artifactId>
<exclusions>
<exclusion>
<artifactId>log4j</artifactId>
<groupId>log4j</groupId>
</exclusion>
<exclusion>
<artifactId>jackson-core-asl</artifactId>
<groupId>org.codehaus.jackson</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-api</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>log4j-to-slf4j</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
<exclusion>
<artifactId>slf4j-log4j12</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.secoo.mall</groupId>
......
......@@ -88,8 +88,8 @@ public class SimpleHBase implements InitializingBean {
@Override
public void afterPropertiesSet() throws Exception {
// createTable();
// put();
get();
createTable();
put();
get();
}
}
......@@ -6,4 +6,4 @@ server:
hbase:
zookeeper:
quorum: 10.4.3.236:2181,10.4.3.237:2181,10.4.3.235:2181
quorum: 172.17.105.72:2181
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment