[
https://issues.apache.org/jira/browse/TAJO-1252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14249589#comment-14249589
]
Hudson commented on TAJO-1252:
------------------------------
SUCCESS: Integrated in Tajo-master-build #507 (See
[https://builds.apache.org/job/Tajo-master-build/507/])
TAJO-1252: PathValidator should allow hdfs paths which contain IP addresses.
(jihoon) (jihoonson: rev e025e3cbe80ab39ca963333a7d4d71edea22ce0b)
* tajo-common/src/main/java/org/apache/tajo/validation/PathValidator.java
* tajo-common/src/test/java/org/apache/tajo/validation/TestValidators.java
* CHANGES
> PathValidator should allow hdfs paths which contain IP addresses
> ----------------------------------------------------------------
>
> Key: TAJO-1252
> URL: https://issues.apache.org/jira/browse/TAJO-1252
> Project: Tajo
> Issue Type: Bug
> Reporter: Jihoon Son
> Assignee: Jihoon Son
> Fix For: 0.9.1
>
> Attachments: TAJO-1252.patch
>
>
> See the title.
> Currently, PathValidator returns false for the following cases.
> {noformat}
> <property>
> <name>tajo.rootdir</name>
> <value>hdfs://127.0.0.1:7020/tajo</value>
> </property>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)