File tree 2 files changed +0
-4
lines changed
server/manager/src/main/java/org/apache/accumulo/manager/tableOps/create
test/src/main/java/org/apache/accumulo/test
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 30
30
import org .apache .accumulo .manager .tableOps .Utils ;
31
31
import org .apache .accumulo .server .conf .store .TablePropKey ;
32
32
import org .apache .accumulo .server .util .PropUtil ;
33
- import org .slf4j .Logger ;
34
- import org .slf4j .LoggerFactory ;
35
33
36
34
class PopulateZookeeper extends ManagerRepo {
37
35
38
36
private static final long serialVersionUID = 1L ;
39
- private static final Logger log = LoggerFactory .getLogger (PopulateZookeeper .class );
40
37
41
38
private final TableInfo tableInfo ;
42
39
Original file line number Diff line number Diff line change @@ -228,7 +228,6 @@ public void createTableWithBadProperties()
228
228
@ Test
229
229
public void createTablesWithSameNameInDifferentNamespace () throws Exception {
230
230
TableOperations tableOps = accumuloClient .tableOperations ();
231
- String [] names = getUniqueNames (2 );
232
231
233
232
accumuloClient .namespaceOperations ().create ("test1" );
234
233
accumuloClient .namespaceOperations ().create ("test2" );
You can’t perform that action at this time.
0 commit comments