You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2008/09/09 19:05:44 UTC

[jira] Created: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

remove derby.log files form repository and also change the location where these files get created
-------------------------------------------------------------------------------------------------

                 Key: HADOOP-4133
                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
    Affects Versions: 0.19.0
            Reporter: Prasad Chakka
            Assignee: Prasad Chakka
            Priority: Minor
             Fix For: 0.19.0


running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Commented: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629707#action_12629707 ] 

Hadoop QA commented on HADOOP-4133:
-----------------------------------

+1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12389785/hadoop-4133-2.patch
  against trunk revision 693587.

    +1 @author.  The patch does not contain any @author tags.

    +1 tests included.  The patch appears to include 3 new or modified tests.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    +1 javac.  The applied patch does not increase the total number of javac compiler warnings.

    +1 findbugs.  The patch does not introduce any new Findbugs warnings.

    +1 core tests.  The patch passed core unit tests.

    +1 contrib tests.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3225/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3225/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3225/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/3225/console

This message is automatically generated.

> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch, hadoop-4133-2.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Updated: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Chakka updated HADOOP-4133:
----------------------------------

    Hadoop Flags: [Reviewed]
          Status: Patch Available  (was: Open)

> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch, hadoop-4133-2.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Commented: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629647#action_12629647 ] 

Prasad Chakka commented on HADOOP-4133:
---------------------------------------

i think by adding this property into build-common.xml's junit target, this would work.

> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Commented: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629633#action_12629633 ] 

Ashish Thusoo commented on HADOOP-4133:
---------------------------------------

Is it not possible to set sysproperty in the junit target in build-common.xml?


> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Updated: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "dhruba borthakur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

dhruba borthakur updated HADOOP-4133:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this. Thanks Prasad!

> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch, hadoop-4133-2.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Commented: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629665#action_12629665 ] 

Ashish Thusoo commented on HADOOP-4133:
---------------------------------------

+1

Looks fine to me.

> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch, hadoop-4133-2.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Updated: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Chakka updated HADOOP-4133:
----------------------------------

    Attachment: hadoop-4133-2.patch

here is the patch with build-common.xml fix

> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch, hadoop-4133-2.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Commented: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Ashish Thusoo (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629623#action_12629623 ] 

Ashish Thusoo commented on HADOOP-4133:
---------------------------------------

Should the new property go into the test conf instead. Otherwise anytime we add new tests we have to do the dance of setting it up for the test .


> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Updated: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Chakka updated HADOOP-4133:
----------------------------------

    Attachment: hadoop-4133-1.patch

> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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


[jira] Commented: (HADOOP-4133) remove derby.log files form repository and also change the location where these files get created

Posted by "Prasad Chakka (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629625#action_12629625 ] 

Prasad Chakka commented on HADOOP-4133:
---------------------------------------

I thought about but Hive does't set the config properties into System properties which is where derby looks at. Unless we take all config properties and add them to be System properties, this can't be done automatically. Or is there a way?

> remove derby.log files form repository and also change the location where these files get created
> -------------------------------------------------------------------------------------------------
>
>                 Key: HADOOP-4133
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4133
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/hive
>    Affects Versions: 0.19.0
>            Reporter: Prasad Chakka
>            Assignee: Prasad Chakka
>            Priority: Minor
>             Fix For: 0.19.0
>
>         Attachments: hadoop-4133-1.patch
>
>
> running unit tests generate derby.log files in the current working directory. these files were mistakenly checked into the repository as well. this jira is to move them from repo and change the location of the derby.log file.

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