[
https://issues.apache.org/jira/browse/ACCUMULO-1171?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599475#comment-13599475
]
Hudson commented on ACCUMULO-1171:
----------------------------------
Integrated in Accumulo-Trunk #773 (See
[https://builds.apache.org/job/Accumulo-Trunk/773/])
ACCUMULO-1171 converted bulk import paths to fully qualified (Revision
1455322)
Result = SUCCESS
kturner :
Files :
* /accumulo/trunk
* /accumulo/trunk/assemble
* /accumulo/trunk/core
*
/accumulo/trunk/core/src/main/java/org/apache/accumulo/core/client/admin/TableOperationsImpl.java
* /accumulo/trunk/examples
* /accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/ZooStore.java
*
/accumulo/trunk/fate/src/main/java/org/apache/accumulo/fate/zookeeper/ZooSession.java
* /accumulo/trunk/server
* /accumulo/trunk/src
> Passing relative directories to bulk import fails w/ unhelpful error message
> ----------------------------------------------------------------------------
>
> Key: ACCUMULO-1171
> URL: https://issues.apache.org/jira/browse/ACCUMULO-1171
> Project: Accumulo
> Issue Type: Bug
> Affects Versions: 1.4.0
> Reporter: Keith Turner
> Assignee: Keith Turner
> Fix For: 1.5.0
>
>
> Bulk import does some sanity checks on the client side so that it can fail
> fast. When a user passes relative directories to bulk import, these sanity
> checks may pass because cwd+reldir is ok. Then code then passes these
> relative dirs to the server side which has a different cwd. The relative
> paths fail in the server side and the user does not get a very useful error
> message.
> There are at least two possible solutions :
> * In client code convert relative paths to URIs before passing to server.
> * Reject relative paths in client code
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira