[
https://issues.apache.org/jira/browse/HUDI-626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
satish updated HUDI-626:
------------------------
Description:
CLI shell is very restrictive and it is sometimes hard to filter specific rows.
Adding ability to export results of CLI command into temporary table. So CLI
users can write HiveQL queries to look for any specific information.
(This idea has been brought up by multiple folks on the team, thanks everyone
for great suggestions)
was:
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
> 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
> Priority: Minor
> Labels: pull-request-available
> Fix For: 0.5.2
>
>
> CLI shell is very restrictive and it is sometimes hard to filter specific
> rows. Adding ability to export results of CLI command into temporary table.
> So CLI users can write HiveQL queries to look for any specific information.
> (This idea has been brought up by multiple folks on the team, thanks everyone
> for great suggestions)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)