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:
parent
5d68130e8d
commit
10aba8f306
|
@ -334,7 +334,7 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected void setup(Context context) throws IOException, InterruptedException {
|
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();
|
Configuration conf = context.getConfiguration();
|
||||||
table = new HTable(conf, getTableName(conf));
|
table = new HTable(conf, getTableName(conf));
|
||||||
table.setAutoFlush(false, true);
|
table.setAutoFlush(false, true);
|
||||||
|
|
Loading…
Reference in New Issue