Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

存算分离原生表查询认证刷新失败 #53097

Open
shuolinwang opened this issue Nov 21, 2024 · 1 comment
Open

存算分离原生表查询认证刷新失败 #53097

shuolinwang opened this issue Nov 21, 2024 · 1 comment
Labels
type/bug Something isn't working

Comments

@shuolinwang
Copy link

问题描述:
创建hdfs原生表后,可以正常查询,但是一天后,查询失败,提示starlet err Open hdfs file xxx.dat
上机器看文件是存在的
image

日志报错
image

storage volume创建语句
CREATE STORAGE VOLUME def_volume
TYPE = HDFS
LOCATIONS = ("xxx.db")
PROPERTIES
(
"enable"="true",
"hadoop.security.authentication" = "kerberos",
"hadoop.security.kerberos.ticket.cache.path" = "/tmp/krb5cc_999"
);

现在排查思路是hdfs认证,因为每次都是一天后失败,而刚好认证的ticket cache的有效期是一天,希望各位大佬帮忙看下
image

@shuolinwang shuolinwang added the type/bug Something isn't working label Nov 21, 2024
@shuolinwang shuolinwang changed the title 存算分离原生表查询认证失败 存算分离原生表查询认证刷新失败 Nov 21, 2024
@kevincai
Copy link
Contributor

check cn.out/be.out or jni.log if there is any useful log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants