mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-16 16:28:48 +10:00
[강운덕] [LUCYSUS-1744] hbase 저장시의 데이터를 컴팩트하게 함.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-server/trunk@808 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<beans xmlns="http://www.springframework.org/schema/beans"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xmlns:jee="http://www.springframework.org/schema/jee" xmlns:lang="http://www.springframework.org/schema/lang"
|
||||
xmlns:beans="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p"
|
||||
xmlns:util="http://www.springframework.org/schema/util" xmlns:jdbc="http://www.springframework.org/schema/jdbc"
|
||||
xmlns:hdp="http://www.springframework.org/schema/hadoop"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:aop="http://www.springframework.org/schema/aop"
|
||||
xmlns:context="http://www.springframework.org/schema/context"
|
||||
xmlns:jee="http://www.springframework.org/schema/jee" xmlns:lang="http://www.springframework.org/schema/lang"
|
||||
xmlns:beans="http://www.springframework.org/schema/beans" xmlns:p="http://www.springframework.org/schema/p"
|
||||
xmlns:util="http://www.springframework.org/schema/util" xmlns:jdbc="http://www.springframework.org/schema/jdbc"
|
||||
xmlns:hdp="http://www.springframework.org/schema/hadoop"
|
||||
xsi:schemaLocation="http://www.springframework.org/schema/jdbc http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd
|
||||
http://www.springframework.org/schema/lang http://www.springframework.org/schema/lang/spring-lang.xsd
|
||||
http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop.xsd
|
||||
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
|
||||
@@ -25,17 +25,17 @@
|
||||
<import resource="classpath:hbase-applicationContext.xml"></import>
|
||||
|
||||
|
||||
<bean class="com.profiler.common.util.DefaultTBaseLocator"></bean>
|
||||
<bean class="com.profiler.common.util.DefaultTBaseLocator"></bean>
|
||||
|
||||
|
||||
<bean id="testTraceIndex" class="com.profiler.server.dao.HbaseTraceIndex">
|
||||
<bean id="testTraceIndex" class="com.profiler.server.dao.HbaseTraceIndex">
|
||||
<property name="tableName" value="TestTraceIndex"/>
|
||||
</bean>
|
||||
</bean>
|
||||
|
||||
<bean id="testHbaseJvmInfoDaoTest" class="com.profiler.server.dao.HbaseJvmInfoDao">
|
||||
</bean>
|
||||
|
||||
<bean class="com.profiler.server.dao.Traces"></bean>
|
||||
<bean class="com.profiler.server.dao.HbaseTraceDao"></bean>
|
||||
|
||||
|
||||
</beans>
|
||||
Reference in New Issue
Block a user