From a4d0c0f9403d706b02af0e453e2824afffcb90d5 Mon Sep 17 00:00:00 2001 From: HyunGil Jeong Date: Wed, 31 Aug 2016 16:35:45 +0900 Subject: [PATCH] #1819 Add TraceV2 deletion to quickstart script --- quickstart/conf/hbase/drop-hbase.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quickstart/conf/hbase/drop-hbase.txt b/quickstart/conf/hbase/drop-hbase.txt index 917989feb820..48ee4a3bfdc8 100644 --- a/quickstart/conf/hbase/drop-hbase.txt +++ b/quickstart/conf/hbase/drop-hbase.txt @@ -14,6 +14,7 @@ disable 'SqlMetaData_Ver2' disable 'ApplicationTraceIndex' disable 'Traces' +disable 'TraceV2' disable 'ApplicationMapStatisticsCaller' disable 'ApplicationMapStatisticsCaller_Ver2' @@ -42,6 +43,7 @@ drop 'SqlMetaData_Ver2' drop 'ApplicationTraceIndex' drop 'Traces' +drop 'TraceV2' drop 'ApplicationMapStatisticsCaller' drop 'ApplicationMapStatisticsCaller_Ver2'