forked from odenny/hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/jd-bdp/hydra
- Loading branch information
Showing
58 changed files
with
227 additions
and
549 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
create 'trace',{NAME=>'span',VERSIONS=>1},{SPLITS=>['01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26']} | ||
create 'duration_index',{NAME=>'trace',VERSIONS=>1},{SPLITS=>['01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26']} | ||
create 'annotation_index',{NAME=>'trace',VERSIONS=>1},{SPLITS=>['01','02','03','04','05','06','07','08','09','10','11','12','13','14','15','16','17','18','19','20','21','22','23','24','25','26']} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
jdbc.driverClassName=com.mysql.jdbc.Driver | ||
jdbc.url=jdbc:mysql://192.168.200.113:3306/hydra-config-test-pressure | ||
jdbc.url=jdbc:mysql://192.168.228.81:3306/hydra-config-test-pressure | ||
jdbc.username=root | ||
jdbc.password=root |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
modules/hydra-store/hydra-hbase/src/test/resources/hbase-site.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
<configuration> | ||
<property> | ||
<name>hbase.client.retries.number</name> | ||
<value>3</value> | ||
</property> | ||
<property> | ||
<name>hbase.zookeeper.quorum</name> | ||
<value>boss,emp1,emp2</value> | ||
</property> | ||
</configuration> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
...integration/src/test/java/com/jd/bdp/hydra/tempTest/startCollect/StartCollectorMysql.java
This file was deleted.
Oops, something went wrong.
23 changes: 0 additions & 23 deletions
23
...a-test-integration/src/test/java/com/jd/bdp/hydra/tempTest/startManager/StartManager.java
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
...a-test-integration/src/test/resources/hydra-collector/hydra-collector-integrationTest.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.