You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org> on 2008/11/24 23:01:44 UTC

[jira] Created: (HBASE-1026) Tests in mapred are failing

Tests in mapred are failing
---------------------------

                 Key: HBASE-1026
                 URL: https://issues.apache.org/jira/browse/HBASE-1026
             Project: Hadoop HBase
          Issue Type: Bug
          Components: test
    Affects Versions: 0.19.0
            Reporter: Jean-Daniel Cryans
            Assignee: Jean-Daniel Cryans
            Priority: Blocker


Currently MultiRegionTable sets hbase.log.dir to the value defined in src/test/hbase-site.xml which is 

{code}
<value>${user.dir}/logs</value>
{code}

And this points to HBASE_HOME/build/test/data/logs which is not there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (HBASE-1026) Tests in mapred are failing

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12650350#action_12650350 ] 

Jean-Daniel Cryans commented on HBASE-1026:
-------------------------------------------

Committed a fix where I just put ${user.dir}/../logs instead because it worked on my machine.

> Tests in mapred are failing
> ---------------------------
>
>                 Key: HBASE-1026
>                 URL: https://issues.apache.org/jira/browse/HBASE-1026
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.19.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>
> Currently MultiRegionTable sets hbase.log.dir to the value defined in src/test/hbase-site.xml which is 
> {code}
> <value>${user.dir}/logs</value>
> {code}
> And this points to HBASE_HOME/build/test/data/logs which is not there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (HBASE-1026) Tests in mapred are failing

Posted by "Jean-Daniel Cryans (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-1026?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Daniel Cryans resolved HBASE-1026.
---------------------------------------

    Resolution: Fixed

Resolved because HBase-Patch #424 passed.

> Tests in mapred are failing
> ---------------------------
>
>                 Key: HBASE-1026
>                 URL: https://issues.apache.org/jira/browse/HBASE-1026
>             Project: Hadoop HBase
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.19.0
>            Reporter: Jean-Daniel Cryans
>            Assignee: Jean-Daniel Cryans
>            Priority: Blocker
>
> Currently MultiRegionTable sets hbase.log.dir to the value defined in src/test/hbase-site.xml which is 
> {code}
> <value>${user.dir}/logs</value>
> {code}
> And this points to HBASE_HOME/build/test/data/logs which is not there.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.