You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tajo.apache.org by "Jinho Kim (JIRA)" <ji...@apache.org> on 2013/10/18 21:00:42 UTC

[jira] [Commented] (TAJO-261) Rearrange default port numbers and config names.

    [ https://issues.apache.org/jira/browse/TAJO-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13799411#comment-13799411 ] 

Jinho Kim commented on TAJO-261:
--------------------------------

Hyunsik,

Great work!! but I was getting an error.

{code}
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.004 sec <<< FAILURE!
test(org.apache.tajo.storage.TestRowFile)  Time elapsed: 0.004 sec  <<< ERROR!
java.lang.IllegalArgumentException: Can not create a Path from a null string
        at org.apache.hadoop.fs.Path.checkPathArg(Path.java:87)
        at org.apache.hadoop.fs.Path.<init>(Path.java:99)
        at org.apache.tajo.storage.TestRowFile.test(TestRowFile.java:73)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:45)
        at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
        at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:42)
        at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
        at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
        at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:30)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:263)
        at o
{code}

> Rearrange default port numbers and config names.
> ------------------------------------------------
>
>                 Key: TAJO-261
>                 URL: https://issues.apache.org/jira/browse/TAJO-261
>             Project: Tajo
>          Issue Type: Improvement
>          Components: catalog, client, documentation, master, worker
>            Reporter: Hyunsik Choi
>            Assignee: Hyunsik Choi
>             Fix For: 0.2-incubating
>
>         Attachments: TAJO-261.patch
>
>
> Tajo uses many port numbers and config properties. But, they are inconsistent. The main objective of this issue is to rearrange the default port numbers and config properties. Also, we should make an wiki page to describe them.



--
This message was sent by Atlassian JIRA
(v6.1#6144)