Changeset 5265
- Timestamp:
- 2011-12-15 09:53:56 (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/global/hadoop-test-fw/src/main/java/org/lilyproject/hadooptestfw/HBaseTestingUtilityFactory.java
r5051 r5265 41 41 conf.set("hbase.regionserver.info.port", "60030"); 42 42 43 // Allow more clients to connect concurrently (HBase default is 10) 44 conf.set("hbase.regionserver.handler.count", "30"); 45 43 46 // Disable the automatic closing of Hadoop FileSystem objects by its shutdown hook. 44 47 // Otherwise, when stopping 'launch-test-lily' (LilyLauncher), the shutdown hook closes the filesystem
Note: See TracChangeset
for help on using the changeset viewer.