HBASE-9419 Add more informative client column to Integration Test Linked List

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1524231 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
eclark 2013-09-17 21:31:00 +00:00
parent 5d68130e8d
commit 10aba8f306
1 changed files with 1 additions and 1 deletions

View File

@ -334,7 +334,7 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase {
@Override
protected void setup(Context context) throws IOException, InterruptedException {
id = Bytes.toBytes(UUID.randomUUID().toString());
id = Bytes.toBytes("Job: "+context.getJobID() + " Task: " + context.getTaskAttemptID());
Configuration conf = context.getConfiguration();
table = new HTable(conf, getTableName(conf));
table.setAutoFlush(false, true);