[
https://issues.apache.org/jira/browse/HIVE-79?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zheng Shao resolved HIVE-79.
----------------------------
Resolution: Fixed
Fix Version/s: (was: 0.2.0)
0.3.0
Release Note: HIVE-79. Print number of rows inserted to table(s) (Suresh
Antony via zshao)
Hadoop Flags: [Reviewed]
I fixed the test error and committed to trunk.
Committed revision 748058.
Thanks Suresh!
> Print number of rows inserted to table(s) when the query is finished.
> ----------------------------------------------------------------------
>
> Key: HIVE-79
> URL: https://issues.apache.org/jira/browse/HIVE-79
> Project: Hadoop Hive
> Issue Type: New Feature
> Components: Logging
> Reporter: Suresh Antony
> Assignee: Suresh Antony
> Priority: Minor
> Fix For: 0.3.0
>
> Attachments: patch_79_1.txt, patch_79_2.txt, patch_79_3.txt,
> patch_79_4.txt, patch_79_5.txt
>
>
> It is good to print the number of rows inserted into each table at end of
> query.
> insert overwrite table tab1 select a.* from tab2 a where a.col1 = 10;
> This query can print something like:
> tab1 rows=100
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.