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.
- Loading branch information
Showing
41 changed files
with
41 additions
and
268 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
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
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> |
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.
73 changes: 0 additions & 73 deletions
73
...a-test-integration/src/test/resources/hydra-manager/hydra-manager-db-intergrationTest.xml
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
...hydra-test-integration/src/test/resources/hydra-manager/hydra-manager-integrationTest.xml
This file was deleted.
Oops, something went wrong.
57 changes: 0 additions & 57 deletions
57
...est/hydra-test-integration/src/test/resources/hydra-mysql/hydra-mysql-integrationtest.xml
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
modules/hydra-test/hydra-test-integration/src/test/resources/log4j.xml
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
jdbc.url=jdbc:mysql://192.168.200.113:3306/hydra-config-test | ||
jdbc.url=jdbc:mysql://localhost:3306/hydra-config-test-pressure | ||
jdbc.username=root | ||
jdbc.password=root |