Shinichi Yamashita created HIVE-13416:
-----------------------------------------
Summary: Fix the output of msck repair table command in Beeline
Key: HIVE-13416
URL: https://issues.apache.org/jira/browse/HIVE-13416
Project: Hive
Issue Type: Bug
Components: Beeline
Affects Versions: 2.0.0
Reporter: Shinichi Yamashita
Assignee: Shinichi Yamashita
When execute msck repair table command in hive cli, we can confirm it as
follows.
{code}
hive> msck repair table sample;
OK
Partitions not in metastore: sample:name=aaa
Repair: Added partition to metastore sample:name=aaa
Time taken: 0.754 seconds, Fetched: 2 row(s)
{code}
But these information isn't output in beeline.
I will be modified to display the results of msck repair table command in
beeline.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)