I am new in Apache Drill.I am running drill in embedded mode with window 10 operating system.
My question is how to authenticate drill. I want if any one start drill, it will ask for user name and password to start drill.
I know that drill use PAM Authentication. But I don't know how to use PAM in window 8.1 operating system & where and how to store username & password.
Please Suggest me or if possible give me some example how to restrict user to access drill in window 8.1 operating system.
Is Windows security supported, and if not: what would be the recommended route for adding Windows security?
答案 0 :(得分:1)
您应该能够使用自定义身份验证并在override.conf中配置示例类在文档中指定 https://drill.apache.org/docs/configuring-user-authentication/
如果您尝试访问计算机上的少量文件夹。从存储插件中删除dfs.root并授予您想要共享的文件夹的访问权限。