----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6138/#review9499 -----------------------------------------------------------
/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java <https://reviews.apache.org/r/6138/#comment20320> Needs javadoc /trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java <https://reviews.apache.org/r/6138/#comment20321> Needs java doc /trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperationsImpl.java <https://reviews.apache.org/r/6138/#comment20322> This method should check if the exported table has custom code configured (iterators, contraints, table balancer). If it does, then a log messages should be emitted informing the user that the class files must exist on this system - kturner On July 25, 2012, 5:06 p.m., kturner wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/6138/ > ----------------------------------------------------------- > > (Updated July 25, 2012, 5:06 p.m.) > > > Review request for accumulo. > > > Description > ------- > > A patch to add import and export table to Accumulo > > > This addresses bug ACCUMULO-456. > https://issues.apache.org/jira/browse/ACCUMULO-456 > > > Diffs > ----- > > > /trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperations.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperationsImpl.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/ClientService.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/client/impl/thrift/TableOperation.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/client/mock/MockTableOperations.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/MultiScanResult.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/data/thrift/UpdateErrors.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterClientService.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/MasterMonitorInfo.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TableOperation.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/master/thrift/TabletServerStatus.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/ActiveScan.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TIteratorSetting.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/tabletserver/thrift/TabletClientService.java > 1365317 > /trunk/core/src/main/java/org/apache/accumulo/core/util/shell/Shell.java > 1365317 > > /trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/ExportTableCommand.java > PRE-CREATION > > /trunk/core/src/main/java/org/apache/accumulo/core/util/shell/commands/ImportTableCommand.java > PRE-CREATION > /trunk/core/src/main/thrift/client.thrift 1365317 > /trunk/core/src/main/thrift/master.thrift 1365317 > > /trunk/core/src/test/java/org/apache/accumulo/core/client/admin/TableOperationsHelperTest.java > 1365317 > /trunk/docs/examples/README.export PRE-CREATION > /trunk/docs/src/user_manual/chapters/table_configuration.tex 1365317 > /trunk/server/src/main/java/org/apache/accumulo/server/master/Master.java > 1365317 > > /trunk/server/src/main/java/org/apache/accumulo/server/master/state/tables/TableManager.java > 1365317 > > /trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/ExportTable.java > PRE-CREATION > > /trunk/server/src/main/java/org/apache/accumulo/server/master/tableOps/ImportTable.java > PRE-CREATION > > Diff: https://reviews.apache.org/r/6138/diff/ > > > Testing > ------- > > > Thanks, > > kturner > >
