Balu Vellanki created FALCON-1343:
-------------------------------------
Summary: validation of read/write endpoints is not correct
Key: FALCON-1343
URL: https://issues.apache.org/jira/browse/FALCON-1343
Project: Falcon
Issue Type: Sub-task
Reporter: Balu Vellanki
Fix For: 0.7
A read/write endpoint is currently validated by creating a filesystem with the
endpoint url.
{code}
HadoopClientFactory.get().createProxiedFileSystem(conf);
{code}
I confirmed with a HDFS team member that it is not sufficient validation.
Ideally check if the end user has access by doing atleast a list /tmp call
after creating proxiedFileSystem.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)