Search found 2 matches

by jean-baptiste.favre
Wed Aug 21, 2013 3:06 pm
Forum: HDFS Connector
Topic: HDFS execute permission
Replies: 3
Views: 18227

Re: HDFS execute permission

Hello,
After some others tests, I managed to get things working.

My problem was that user did not have sufficient rights on public schema. And Hdfs plugin is installed into it.

So, basically,

Code: Select all

GRANT USAGE ON SCHEMA public TO username
solved the issue.
by jean-baptiste.favre
Tue Aug 20, 2013 9:33 am
Forum: HDFS Connector
Topic: HDFS execute permission
Replies: 3
Views: 18227

HDFS execute permission

Hello, I have installed Hdfs conenctor into Vertica to be able to create external tables or load data from Hadoop into Vertica. For that, I used following statements: -- Installation script: defined the shared library and the appropriate entry points select version(); \set libfile '\'/opt/vertica/pa...

Go to advanced search