satish created HUDI-626:
---------------------------
Summary: Hudi CLI add export to table option
Key: HUDI-626
URL: https://issues.apache.org/jira/browse/HUDI-626
Project: Apache Hudi (incubating)
Issue Type: Improvement
Components: CLI
Reporter: satish
Assignee: satish
Fix For: 0.5.2
Hudi CLI has 'show archived commits' command which is not very helpful
{code:java}
->show archived commits
===============> Showing only 10 archived commits <===============
____________________________
| CommitTime | CommitType|
|===========================|
| 20190322223304| commit |
| 20190323220154| commit |
| 20190323220154| commit |
| 20190323224004| commit |
| 20190323224013| commit |
| 20190323224229| commit |
| 20190323224229| commit |
| 20190323232849| commit |
| 20190323233109| commit |
| 20190323233109| commit |
{code}
Modify or introduce new command to make it easy to debug
--
This message was sent by Atlassian Jira
(v8.3.4#803005)