Sign in
apache
/
drill-test-framework
/
HEAD
/
.
/
framework
/
resources
/
Datasources
/
table_stats
/
delete_stats_neg.sh
blob: 5bfbc41026528bbc5fb2aec72039e5ee63d315cf [
file
]
#!/bin/bash
source conf
/
drillTestConfig
.
properties
set
-
x
hadoop fs
-
test
-
d
/
drill
/
testdata
/
table_stats
/
voter_pig
/.
stats
.
drill
if
[
$
?
-
eq
0
];
then
hadoop fs
-
rm
-
r
/
drill
/
testdata
/
table_stats
/
voter_pig
/.
stats
.
drill
fi