You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Naveen Gangam (Jira)" <ji...@apache.org> on 2020/07/21 14:00:00 UTC

[jira] [Commented] (HIVE-23603) transformDatabase() should work with changes from HIVE-22995

    [ https://issues.apache.org/jira/browse/HIVE-23603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17162060#comment-17162060 ] 

Naveen Gangam commented on HIVE-23603:
--------------------------------------

the last run of the precommit tests (#10) was most successful. No test failures but there was an error on one of the splits. I re-triggered the run hoping to get a cleaner run this time.

{noformat}
[2020-07-21T02:28:00.802Z] java.io.EOFException
[2020-07-21T02:28:00.802Z] 	at okio.RealBufferedSource.require(RealBufferedSource.java:61)
[2020-07-21T02:28:00.802Z] 	at okio.RealBufferedSource.readByte(RealBufferedSource.java:74)
[2020-07-21T02:28:00.802Z] 	at okhttp3.internal.ws.WebSocketReader.readHeader(WebSocketReader.java:117)
[2020-07-21T02:28:00.802Z] 	at okhttp3.internal.ws.WebSocketReader.processNextFrame(WebSocketReader.java:101)
[2020-07-21T02:28:00.802Z] 	at okhttp3.internal.ws.RealWebSocket.loopReader(RealWebSocket.java:274)
[2020-07-21T02:28:00.802Z] 	at okhttp3.internal.ws.RealWebSocket$2.onResponse(RealWebSocket.java:214)
[2020-07-21T02:28:00.802Z] 	at okhttp3.RealCall$AsyncCall.execute(RealCall.java:203)
[2020-07-21T02:28:00.802Z] 	at okhttp3.internal.NamedRunnable.run(NamedRunnable.java:32)
[2020-07-21T02:28:00.802Z] 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[2020-07-21T02:28:00.802Z] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[2020-07-21T02:28:00.802Z] 	at java.lang.Thread.run(Thread.java:748)
[2020-07-21T02:33:07.716Z] process apparently never started in /home/jenkins/agent/workspace/hive-precommit_PR-1115@tmp/durable-4bbc2cd3
[2020-07-21T02:33:07.716Z] (running Jenkins temporarily with -Dorg.jenkinsci.plugins.durabletask.BourneShellScript.LAUNCH_DIAGNOSTICS=true might make the problem clearer)
{noformat}


> transformDatabase() should work with changes from HIVE-22995
> ------------------------------------------------------------
>
>                 Key: HIVE-23603
>                 URL: https://issues.apache.org/jira/browse/HIVE-23603
>             Project: Hive
>          Issue Type: Sub-task
>          Components: Hive
>            Reporter: Naveen Gangam
>            Assignee: Naveen Gangam
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>         Attachments: HIVE-23603.patch
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> The translation layer alters the locationUri on Database based on the capabilities of the client. Now that we have separate locations for managed and external for database, the implementation should be adjusted to work with both locations. locationUri could already be external location.



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