You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Arko Sharma (Jira)" <ji...@apache.org> on 2021/04/14 13:26:00 UTC

[jira] [Created] (HIVE-25016) Error while running repl dumpwith with db regex

Arko Sharma created HIVE-25016:
----------------------------------

             Summary: Error while running repl dumpwith with db regex
                 Key: HIVE-25016
                 URL: https://issues.apache.org/jira/browse/HIVE-25016
             Project: Hive
          Issue Type: Bug
            Reporter: Arko Sharma
            Assignee: Arko Sharma


Doing incremental dump with create-database event with dbRegex `*` gives the following exception : 


org.apache.hive.service.cli.HiveSQLException: Error while compiling statement: FAILED: Execution Error, return code -101 from org.apache.hadoop.hive.ql.exec.repl.ReplDumpTask. java.lang.NullPointerException
        at org.apache.hadoop.hive.ql.parse.EximUtil.updateIfCustomDbLocations(EximUtil.java:388)
        at org.apache.hadoop.hive.ql.parse.EximUtil.createDbExportDump(EximUtil.java:357)
        at org.apache.hadoop.hive.ql.parse.repl.dump.events.CreateDatabaseHandler.handle(CreateDatabaseHandler.java:42)
        at org.apache.hadoop.hive.ql.exec.repl.ReplDumpTask.dumpEvent(ReplDumpTask.java:827)
        at org.apache.hadoop.hive.ql.exec.repl.ReplDumpTask.incrementalDump(ReplDumpTask.java:632)
        at org.apache.hadoop.hive.ql.exec.repl.ReplDumpTask.execute(ReplDumpTask.java:209)
        at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:213)
        at org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:105)
        at org.apache.hadoop.hive.ql.Executor.launchTask(Executor.java:357)
        at org.apache.hadoop.hive.ql.Executor.launchTasks(Executor.java:330)
        at org.apache.hadoop.hive.ql.Executor.runTasks(Executor.java:246)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)