You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by "wangzhongz (via GitHub)" <gi...@apache.org> on 2023/02/27 13:50:51 UTC

[GitHub] [hudi] wangzhongz opened a new issue, #8066: org.apache.hudi.exception.HoodieIOException: Could not check if hdfs:/user/hive/warehouse/xxx is a valid table

wangzhongz opened a new issue, #8066:
URL: https://github.com/apache/hudi/issues/8066

   
   
   **Describe the problem you faced**
   
   An error is reported in the compilation stage. It is not clear why there is a permission problem
   
   **Environment Description**
   
   * Hudi version :0.13
   
   * Spark version :3.2.1
   
   * Hive version :3
   
   * Hadoop version :3.3
   
   * Storage (HDFS/S3/GCS..) :hdfs
   
   * Running on Docker? (yes/no) :no
   
   
   **Additional context**
   ![067C07BB-2E5F-4743-83FB-40883810B315](https://user-images.githubusercontent.com/51226982/221580546-16a04521-fbc9-42af-814b-9fe4bfc175c2.jpeg)
   ![E84B0245-0F68-45AC-B24C-612792DA83FD](https://user-images.githubusercontent.com/51226982/221580556-82d0fa57-2ec7-4f9a-a342-673fa5a8a3b6.jpeg)
   
   
   
   Add any other context about the problem here.
   
   **Stacktrace**
   
   ```23/02/27 21:04:40 ERROR RequestHandler: Got runtime exception servicing request basepath=hdfs%3A%2Fuser%2Fhive%2Fwarehouse%2Fhummer.db%2Ffeature%2Ffeature_data_offline_to_realtime_online&lastinstantts=20230227200104847&timelinehash=35dafe1204e716001b7c650fad3680bba2f4fae175e3fa1676a400dfcc154b16
   org.apache.hudi.exception.HoodieIOException: Could not check if hdfs:/user/hive/warehouse/hummer.db/feature/feature_data_offline_to_realtime_online is a valid table
   at org.apache.hudi.exception.TableNotFoundException.checkTableValidity(TableNotFoundException.java:59)
   at org.apache.hudi.common.table.HoodieTableMetaClient.(HoodieTableMetaClient.java:137)
   at org.apache.hudi.common.table.HoodieTableMetaClient.newMetaClient(HoodieTableMetaClient.java:689)
   at org.apache.hudi.common.table.HoodieTableMetaClient.access$000(HoodieTableMetaClient.java:81)
   at org.apache.hudi.common.table.HoodieTableMetaClient$Builder.build(HoodieTableMetaClient.java:770)
   at org.apache.hudi.common.table.view.FileSystemViewManager.lambda$getFileSystemView$0(FileSystemViewManager.java:102)
   at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
   at org.apache.hudi.common.table.view.FileSystemViewManager.getFileSystemView(FileSystemViewManager.java:101)
   at org.apache.hudi.timeline.service.RequestHandler.isLocalViewBehind(RequestHandler.java:159)
   at org.apache.hudi.timeline.service.RequestHandler.syncIfLocalViewBehind(RequestHandler.java:184)
   at org.apache.hudi.timeline.service.RequestHandler.access$100(RequestHandler.java:68)
   at org.apache.hudi.timeline.service.RequestHandler$ViewHandler.handle(RequestHandler.java:519)
   at io.javalin.core.security.SecurityUtil.noopAccessManager(SecurityUtil.kt:20)
   at io.javalin.http.JavalinServlet.addHandler$lambda-0(JavalinServlet.kt:96)
   at io.javalin.http.JavalinServlet$lifecycle$2$1$1.invoke(JavalinServlet.kt:43)
   at io.javalin.http.JavalinServlet$lifecycle$2$1$1.invoke(JavalinServlet.kt:43)
   at io.javalin.http.JavalinServletHandler.executeNextTask(JavalinServletHandler.kt:99)
   at io.javalin.http.JavalinServletHandler.queueNextTaskOrFinish$lambda-1(JavalinServletHandler.kt:85)
   at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
   at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
   at io.javalin.http.JavalinServletHandler.queueNextTaskOrFinish$javalin(JavalinServletHandler.kt:85)
   at io.javalin.http.JavalinServlet.service(JavalinServlet.kt:89)
   at org.apache.hudi.javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
   at io.javalin.jetty.JavalinJettyServlet.service(JavalinJettyServlet.kt:58)
   at org.apache.hudi.javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
   at org.apache.hudi.org.apache.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)
   at org.apache.hudi.org.apache.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:554)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   at org.apache.hudi.org.apache.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   at io.javalin.jetty.JettyServer$start$wsAndHttpHandler$1.doHandle(JettyServer.kt:52)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   at org.apache.hudi.org.apache.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
   at org.apache.hudi.org.apache.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   at org.apache.hudi.org.apache.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   at org.apache.hudi.org.apache.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:181)
   at org.apache.hudi.org.apache.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   at org.apache.hudi.org.apache.jetty.server.Server.handle(Server.java:516)
   at org.apache.hudi.org.apache.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
   at org.apache.hudi.org.apache.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
   at org.apache.hudi.org.apache.jetty.server.HttpChannel.handle(HttpChannel.java:479)
   at org.apache.hudi.org.apache.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
   at org.apache.hudi.org.apache.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   at org.apache.hudi.org.apache.jetty.io.FillInterest.fillable(FillInterest.java:105)
   at org.apache.hudi.org.apache.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
   at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
   at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.hadoop.security.AccessControlException: BzlAuth Failed because of user mismatch. BzltokenUser is hummer, ClientUser is yarn
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:121)
   at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:88)
   at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1741)
   at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1753)
   at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1750)
   at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
   at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1765)
   at org.apache.hudi.common.fs.HoodieWrapperFileSystem.lambda$getFileStatus$17(HoodieWrapperFileSystem.java:410)
   at org.apache.hudi.common.fs.HoodieWrapperFileSystem.executeFuncWithTimeMetrics(HoodieWrapperFileSystem.java:114)
   at org.apache.hudi.common.fs.HoodieWrapperFileSystem.getFileStatus(HoodieWrapperFileSystem.java:404)
   at org.apache.hudi.exception.TableNotFoundException.checkTableValidity(TableNotFoundException.java:51)
   ... 49 more
   Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): BzlAuth Failed because of user mismatch. BzltokenUser is hummer, ClientUser is yarn
   at org.apache.hadoop.ipc.Client.getRpcResponse(Client.java:1612)
   at org.apache.hadoop.ipc.Client.call(Client.java:1558)
   at org.apache.hadoop.ipc.Client.call(Client.java:1455)
   at org.apache.hadoop.ipc.ProtobufRpcEngine2$Invoker.invoke(ProtobufRpcEngine2.java:242)
   at org.apache.hadoop.ipc.ProtobufRpcEngine2$Invoker.invoke(ProtobufRpcEngine2.java:129)
   at com.sun.proxy.$Proxy15.getFileInfo(Unknown Source)
   at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:965)
   at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:422)
   at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeMethod(RetryInvocationHandler.java:165)
   at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invoke(RetryInvocationHandler.java:157)
   at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeOnce(RetryInvocationHandler.java:95)
   at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:359)
   at com.sun.proxy.$Proxy16.getFileInfo(Unknown Source)
   at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1739)
   ... 57 more
   23/02/27 21:04:40 WARN Javalin: Uncaught exception
   org.apache.hudi.exception.HoodieIOException: Could not check if hdfs:/user/hive/warehouse/hummer.db/feature/feature_data_offline_to_realtime_online is a valid table
   at org.apache.hudi.exception.TableNotFoundException.checkTableValidity(TableNotFoundException.java:59)
   at org.apache.hudi.common.table.HoodieTableMetaClient.(HoodieTableMetaClient.java:137)
   at org.apache.hudi.common.table.HoodieTableMetaClient.newMetaClient(HoodieTableMetaClient.java:689)
   at org.apache.hudi.common.table.HoodieTableMetaClient.access$000(HoodieTableMetaClient.java:81)
   at org.apache.hudi.common.table.HoodieTableMetaClient$Builder.build(HoodieTableMetaClient.java:770)
   at org.apache.hudi.common.table.view.FileSystemViewManager.lambda$getFileSystemView$0(FileSystemViewManager.java:102)
   at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1660)
   at org.apache.hudi.common.table.view.FileSystemViewManager.getFileSystemView(FileSystemViewManager.java:101)
   at org.apache.hudi.timeline.service.RequestHandler.isLocalViewBehind(RequestHandler.java:159)
   at org.apache.hudi.timeline.service.RequestHandler.syncIfLocalViewBehind(RequestHandler.java:184)
   at org.apache.hudi.timeline.service.RequestHandler.access$100(RequestHandler.java:68)
   at org.apache.hudi.timeline.service.RequestHandler$ViewHandler.handle(RequestHandler.java:519)
   at io.javalin.core.security.SecurityUtil.noopAccessManager(SecurityUtil.kt:20)
   at io.javalin.http.JavalinServlet.addHandler$lambda-0(JavalinServlet.kt:96)
   at io.javalin.http.JavalinServlet$lifecycle$2$1$1.invoke(JavalinServlet.kt:43)
   at io.javalin.http.JavalinServlet$lifecycle$2$1$1.invoke(JavalinServlet.kt:43)
   at io.javalin.http.JavalinServletHandler.executeNextTask(JavalinServletHandler.kt:99)
   at io.javalin.http.JavalinServletHandler.queueNextTaskOrFinish$lambda-1(JavalinServletHandler.kt:85)
   at java.util.concurrent.CompletableFuture.uniComposeStage(CompletableFuture.java:981)
   at java.util.concurrent.CompletableFuture.thenCompose(CompletableFuture.java:2124)
   at io.javalin.http.JavalinServletHandler.queueNextTaskOrFinish$javalin(JavalinServletHandler.kt:85)
   at io.javalin.http.JavalinServlet.service(JavalinServlet.kt:89)
   at org.apache.hudi.javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
   at io.javalin.jetty.JavalinJettyServlet.service(JavalinJettyServlet.kt:58)
   at org.apache.hudi.javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
   at org.apache.hudi.org.apache.jetty.servlet.ServletHolder.handle(ServletHolder.java:799)
   at org.apache.hudi.org.apache.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:554)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   at org.apache.hudi.org.apache.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1624)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   at io.javalin.jetty.JettyServer$start$wsAndHttpHandler$1.doHandle(JettyServer.kt:52)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   at org.apache.hudi.org.apache.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505)
   at org.apache.hudi.org.apache.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1594)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   at org.apache.hudi.org.apache.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355)
   at org.apache.hudi.org.apache.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   at org.apache.hudi.org.apache.jetty.server.handler.StatisticsHandler.handle(StatisticsHandler.java:181)
   at org.apache.hudi.org.apache.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   at org.apache.hudi.org.apache.jetty.server.Server.handle(Server.java:516)
   at org.apache.hudi.org.apache.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487)
   at org.apache.hudi.org.apache.jetty.server.HttpChannel.dispatch(HttpChannel.java:732)
   at org.apache.hudi.org.apache.jetty.server.HttpChannel.handle(HttpChannel.java:479)
   at org.apache.hudi.org.apache.jetty.server.HttpConnection.onFillable(HttpConnection.java:277)
   at org.apache.hudi.org.apache.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   at org.apache.hudi.org.apache.jetty.io.FillInterest.fillable(FillInterest.java:105)
   at org.apache.hudi.org.apache.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883)
   at org.apache.hudi.org.apache.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034)
   at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.hadoop.security.AccessControlException: BzlAuth Failed because of user mismatch. BzltokenUser is hummer, ClientUser is yarn
   at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
   at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
   at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
   at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
   at org.apache.hadoop.ipc.RemoteException.instantiateException(RemoteException.java:121)
   at org.apache.hadoop.ipc.RemoteException.unwrapRemoteException(RemoteException.java:88)
   at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1741)
   at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1753)
   at org.apache.hadoop.hdfs.DistributedFileSystem$29.doCall(DistributedFileSystem.java:1750)
   at org.apache.hadoop.fs.FileSystemLinkResolver.resolve(FileSystemLinkResolver.java:81)
   at org.apache.hadoop.hdfs.DistributedFileSystem.getFileStatus(DistributedFileSystem.java:1765)
   at org.apache.hudi.common.fs.HoodieWrapperFileSystem.lambda$getFileStatus$17(HoodieWrapperFileSystem.java:410)
   at org.apache.hudi.common.fs.HoodieWrapperFileSystem.executeFuncWithTimeMetrics(HoodieWrapperFileSystem.java:114)
   at org.apache.hudi.common.fs.HoodieWrapperFileSystem.getFileStatus(HoodieWrapperFileSystem.java:404)
   at org.apache.hudi.exception.TableNotFoundException.checkTableValidity(TableNotFoundException.java:51)
   ... 49 more
   Caused by: org.apache.hadoop.ipc.RemoteException(org.apache.hadoop.security.AccessControlException): BzlAuth Failed because of user mismatch. BzltokenUser is hummer, ClientUser is yarn
   at org.apache.hadoop.ipc.Client.getRpcResponse(Client.java:1612)
   at org.apache.hadoop.ipc.Client.call(Client.java:1558)
   at org.apache.hadoop.ipc.Client.call(Client.java:1455)
   at org.apache.hadoop.ipc.ProtobufRpcEngine2$Invoker.invoke(ProtobufRpcEngine2.java:242)
   at org.apache.hadoop.ipc.ProtobufRpcEngine2$Invoker.invoke(ProtobufRpcEngine2.java:129)
   at com.sun.proxy.$Proxy15.getFileInfo(Unknown Source)
   at org.apache.hadoop.hdfs.protocolPB.ClientNamenodeProtocolTranslatorPB.getFileInfo(ClientNamenodeProtocolTranslatorPB.java:965)
   at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.apache.hadoop.io.retry.RetryInvocationHandler.invokeMethod(RetryInvocationHandler.java:422)
   at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeMethod(RetryInvocationHandler.java:165)
   at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invoke(RetryInvocationHandler.java:157)
   at org.apache.hadoop.io.retry.RetryInvocationHandler$Call.invokeOnce(RetryInvocationHandler.java:95)
   at org.apache.hadoop.io.retry.RetryInvocationHandler.invoke(RetryInvocationHandler.java:359)
   at com.sun.proxy.$Proxy16.getFileInfo(Unknown Source)
   at org.apache.hadoop.hdfs.DFSClient.getFileInfo(DFSClient.java:1739)
   ... 57 more
   23/02/27 21:04:40 INFO MapOutputTrackerMasterEndpoint: Asked to send map output locations for shuffle 5 to 10.104.2.154:16504
   23/02/27 21:04:40 ERROR PriorityBasedFileSystemView: Got error running preferred function. Trying secondary
   org.apache.hudi.exception.HoodieRemoteException: Server Error
   at org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getPendingCompactionOperations(RemoteHoodieTableFileSystemView.java:462)
   at org.apache.hudi.common.table.view.PriorityBasedFileSystemView.execute(PriorityBasedFileSystemView.java:69)
   at org.apache.hudi.common.table.view.PriorityBasedFileSystemView.getPendingCompactionOperations(PriorityBasedFileSystemView.java:231)
   at org.apache.hudi.table.action.clean.CleanPlanner.(CleanPlanner.java:96)
   at org.apache.hudi.table.action.clean.CleanPlanActionExecutor.requestClean(CleanPlanActionExecutor.java:105)
   at org.apache.hudi.table.action.clean.CleanPlanActionExecutor.requestClean(CleanPlanActionExecutor.java:150)
   at org.apache.hudi.table.action.clean.CleanPlanActionExecutor.execute(CleanPlanActionExecutor.java:176)
   at org.apache.hudi.table.HoodieSparkCopyOnWriteTable.scheduleCleaning(HoodieSparkCopyOnWriteTable.java:198)
   at org.apache.hudi.client.BaseHoodieTableServiceClient.scheduleTableServiceInternal(BaseHoodieTableServiceClient.java:430)
   at org.apache.hudi.client.BaseHoodieTableServiceClient.clean(BaseHoodieTableServiceClient.java:543)
   at org.apache.hudi.client.BaseHoodieWriteClient.clean(BaseHoodieWriteClient.java:758)
   at org.apache.hudi.client.BaseHoodieWriteClient.clean(BaseHoodieWriteClient.java:730)
   at org.apache.hudi.async.AsyncCleanerService.lambda$startService$0(AsyncCleanerService.java:55)
   at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
   at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   at java.lang.Thread.run(Thread.java:748)
   Caused by: org.apache.hudi.org.apache.http.client.HttpResponseException: Server Error
   at org.apache.hudi.org.apache.http.impl.client.AbstractResponseHandler.handleResponse(AbstractResponseHandler.java:69)
   at org.apache.hudi.org.apache.http.client.fluent.Response.handleResponse(Response.java:90)
   at org.apache.hudi.org.apache.http.client.fluent.Response.returnContent(Response.java:97)
   at org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.executeRequest(RemoteHoodieTableFileSystemView.java:186)
   at org.apache.hudi.common.table.view.RemoteHoodieTableFileSystemView.getPendingCompactionOperations(RemoteHoodieTableFileSystemView.java:458)
   ... 16 more
   23/02/27 21:04:40 WARN PriorityBasedFileSystemView: Routing request to secondary file-system view ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] codope closed issue #8066: org.apache.hudi.exception.HoodieIOException: Could not check if hdfs:/user/hive/warehouse/xxx is a valid table

Posted by "codope (via GitHub)" <gi...@apache.org>.
codope closed issue #8066: org.apache.hudi.exception.HoodieIOException: Could not check if hdfs:/user/hive/warehouse/xxx is a valid table
URL: https://github.com/apache/hudi/issues/8066


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] ad1happy2go commented on issue #8066: org.apache.hudi.exception.HoodieIOException: Could not check if hdfs:/user/hive/warehouse/xxx is a valid table

Posted by "ad1happy2go (via GitHub)" <gi...@apache.org>.
ad1happy2go commented on issue #8066:
URL: https://github.com/apache/hudi/issues/8066#issuecomment-1558614367

   @wangzhongz Closing this issue as looks to be more of the cluster permission issue and hudi. Please reopen the ticket in case you still facing the issue.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] danny0405 commented on issue #8066: org.apache.hudi.exception.HoodieIOException: Could not check if hdfs:/user/hive/warehouse/xxx is a valid table

Posted by "danny0405 (via GitHub)" <gi...@apache.org>.
danny0405 commented on issue #8066:
URL: https://github.com/apache/hudi/issues/8066#issuecomment-1449327825

   > BzlAuth Failed because of user mismatch. BzltokenUser is hummer, ClientUser is yarn
   
   This msg indicates there are some issues with the authorisation


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [hudi] ad1happy2go commented on issue #8066: org.apache.hudi.exception.HoodieIOException: Could not check if hdfs:/user/hive/warehouse/xxx is a valid table

Posted by "ad1happy2go (via GitHub)" <gi...@apache.org>.
ad1happy2go commented on issue #8066:
URL: https://github.com/apache/hudi/issues/8066#issuecomment-1506830758

   @wangzhongz Were you able to resolve the authentication error? Are you still facing this issue?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@hudi.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org