You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2023/02/01 04:40:00 UTC

[jira] [Work logged] (HIVE-26931) REPL LOAD command does not throw any error for incorrect syntax

     [ https://issues.apache.org/jira/browse/HIVE-26931?focusedWorklogId=842748&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-842748 ]

ASF GitHub Bot logged work on HIVE-26931:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 01/Feb/23 04:39
            Start Date: 01/Feb/23 04:39
    Worklog Time Spent: 10m 
      Work Description: pudidic commented on PR #4003:
URL: https://github.com/apache/hive/pull/4003#issuecomment-1411454095

   +1. LGTM.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 842748)
    Time Spent: 0.5h  (was: 20m)

> REPL LOAD command does not throw any error for incorrect syntax
> ---------------------------------------------------------------
>
>                 Key: HIVE-26931
>                 URL: https://issues.apache.org/jira/browse/HIVE-26931
>             Project: Hive
>          Issue Type: Bug
>          Components: HiveServer2
>            Reporter: Subhasis Gorai
>            Assignee: Subhasis Gorai
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> In some cases, users are using the REPL LOAD command incorrectly. It does not really throw any meaningful error/warning message, and as expected it does not replicate the database as well.
> For example,
> {code:java}
> repl load target_db with ('hive.repl.rootdir'='hdfs://c3649-node2.coelab.cloudera.com:8020/user/hive/repl', 'hive.repl.include.external.tables'= 'true', 'hive.repl.replica.external.table.base.dir'='hdfs://c3649node2.coelab.cloudera.com:8020/warehouse/tablespace/external/hive/target_db.db'){code}
> The above command does not follow the REPL LOAD syntax. This does not produce any error message, nor it replicates the database. So, it causes confusion.
> {code:java}
> 0: jdbc:hive2://nightly7x-us-bj-3.nightly7x-u> repl load test_1_replica with ('hive.repl.rootdir'='hdfs://c3649-node2.coelab.cloudera.com:8020/user/repl', 'hive.repl.include.external.tables'= 'true', 'hive.repl.replica.external.table.base.dir'='hdfs://c3649node2.coelab.cloudera.com:8020/warehouse/tablespace/external/hive/test_1_replica.db');
> INFO  : Compiling command(queryId=hive_20221201113704_08ee46a6-ede9-4c92-9502-82b9fbc416bd): repl load test_1_replica with ('hive.repl.rootdir'='hdfs://c3649-node2.coelab.cloudera.com:8020/user/repl', 'hive.repl.include.external.tables'= 'true', 'hive.repl.replica.external.table.base.dir'='hdfs://c3649node2.coelab.cloudera.com:8020/warehouse/tablespace/external/hive/test_1_replica.db')
> INFO  : Semantic Analysis Completed (retrial = false)
> INFO  : Created Hive schema: Schema(fieldSchemas:null, properties:null)
> INFO  : Completed compiling command(queryId=hive_20221201113704_08ee46a6-ede9-4c92-9502-82b9fbc416bd); Time taken: 0.051 seconds
> INFO  : Executing command(queryId=hive_20221201113704_08ee46a6-ede9-4c92-9502-82b9fbc416bd): repl load test_1_replica with ('hive.repl.rootdir'='hdfs://c3649-node2.coelab.cloudera.com:8020/user/repl', 'hive.repl.include.external.tables'= 'true', 'hive.repl.replica.external.table.base.dir'='hdfs://c3649node2.coelab.cloudera.com:8020/warehouse/tablespace/external/hive/test_1_replica.db')
> INFO  : Completed executing command(queryId=hive_20221201113704_08ee46a6-ede9-4c92-9502-82b9fbc416bd); Time taken: 0.001 seconds
> INFO  : OK
> No rows affected (0.065 seconds)
> 0: jdbc:hive2://nightly7x-us-bj-3.nightly7x-u>{code}
> Ideally, since this is a wrong command, it should throw an error.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)