[ https://issues.apache.org/jira/browse/HADOOP-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Edward Yoon updated HADOOP-2339: -------------------------------- Attachment: 2339_v04.patch Local test passed. So, re-submitting. {code} test: [echo] contrib: hbase [delete] Deleting directory /root/workspace/hadoop/build/contrib/hbase/test/logs [mkdir] Created dir: /root/workspace/hadoop/build/contrib/hbase/test/logs [junit] Running org.apache.hadoop.hbase.shell.TestHBaseShell [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 52.787 sec [junit] Running org.apache.hadoop.hbase.shell.TestSubstitutionVariables [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.019 sec [junit] Running org.apache.hadoop.hbase.shell.algebra.TestBooleanCondition [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.044 sec [junit] Running org.apache.hadoop.hbase.shell.algebra.TestBooleanTermFilter [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 23.241 sec [junit] Running org.apache.hadoop.hbase.shell.algebra.TestJoinCondition [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.158 sec [junit] Running org.apache.hadoop.hbase.shell.algebra.TestTableJoinMapReduce [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 87.233 sec [junit] Running org.apache.hadoop.hbase.util.TestBase64 [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.136 sec [junit] Running org.apache.hadoop.hbase.util.TestKeying [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.011 sec [junit] Running org.onelab.test.TestFilter [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.025 sec BUILD SUCCESSFUL Total time: 2 minutes 54 seconds bash-3.00# {code} > [Hbase Shell] Delete command with no WHERE clause > ------------------------------------------------- > > Key: HADOOP-2339 > URL: https://issues.apache.org/jira/browse/HADOOP-2339 > Project: Hadoop > Issue Type: Improvement > Components: contrib/hbase > Affects Versions: 0.16.0 > Reporter: Edward Yoon > Assignee: Edward Yoon > Fix For: 0.16.0 > > Attachments: 2339.patch, 2339_v02.patch, 2339_v03.patch, > 2339_v04.patch > > > using HbaseAdmin.deleteColumn() method. > {code} > DELETE column_name FROM table_name; > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.