You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by "faranak davoodi (JIRA)" <ji...@apache.org> on 2011/01/08 05:12:45 UTC

[jira] Created: (OODT-108) Ability for the file manager to ingest a file in place.

Ability for the file manager to ingest a file in place. 
--------------------------------------------------------

                 Key: OODT-108
                 URL: https://issues.apache.org/jira/browse/OODT-108
             Project: OODT
          Issue Type: New Feature
          Components: file manager
    Affects Versions: 0.1-incubating
            Reporter: faranak davoodi
            Priority: Minor
             Fix For: 0.2


There are cases where we have some products in a directory and we want to ingest and catalog them without actually moving them to a new location. We call this kind of ingestion an in place ingestion. It is very useful for the file manager to be able to ingest in place.

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


[jira] Updated: (OODT-108) Ability for the file manager to ingest a file in place.

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

faranak davoodi updated OODT-108:
---------------------------------

    Attachment: oodt-108.davoodi.011011.patch.txt
                oodt-108.davoodi.011011.patch

An InPlaceVersioner has been implemented and added to the list of filemgr versioners. It copies the origin path of the ingested file to its datastore path. When using this InplaceVersioner, we need to make sure to use the InPlaceDatatransferer as well. 

Also, a necessary unitest for the InplaceVersioner has been implemented.

> Ability for the file manager to ingest a file in place. 
> --------------------------------------------------------
>
>                 Key: OODT-108
>                 URL: https://issues.apache.org/jira/browse/OODT-108
>             Project: OODT
>          Issue Type: New Feature
>          Components: file manager
>    Affects Versions: 0.1-incubating
>            Reporter: faranak davoodi
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: oodt-108.davoodi.011011.patch, oodt-108.davoodi.011011.patch.txt
>
>
> There are cases where we have some products in a directory and we want to ingest and catalog them without actually moving them to a new location. We call this kind of ingestion an in place ingestion. It is very useful for the file manager to be able to ingest in place.

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


[jira] Resolved: (OODT-108) Ability for the file manager to ingest a file in place.

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann resolved OODT-108.
------------------------------------

    Resolution: Fixed

- fixed in r1057431. Thanks for the contribution, Faranak! I cleaned up some of your patch, by removing out the check to the productTypeRepoPath == null (wasn't really needed IMHO), and I cleaned up your unit test, removing it throwing a VersioningException (unit tests shouldn't throw an Exception) and making it fail if such an Exception occurs.

> Ability for the file manager to ingest a file in place. 
> --------------------------------------------------------
>
>                 Key: OODT-108
>                 URL: https://issues.apache.org/jira/browse/OODT-108
>             Project: OODT
>          Issue Type: New Feature
>          Components: file manager
>    Affects Versions: 0.1-incubating
>            Reporter: faranak davoodi
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: oodt-108.davoodi.011011.patch, oodt-108.davoodi.011011.patch.txt
>
>
> There are cases where we have some products in a directory and we want to ingest and catalog them without actually moving them to a new location. We call this kind of ingestion an in place ingestion. It is very useful for the file manager to be able to ingest in place.

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


[jira] Updated: (OODT-108) Ability for the file manager to ingest a file in place.

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

faranak davoodi updated OODT-108:
---------------------------------

    Attachment: oodt-108.davoodi.011011.patch

> Ability for the file manager to ingest a file in place. 
> --------------------------------------------------------
>
>                 Key: OODT-108
>                 URL: https://issues.apache.org/jira/browse/OODT-108
>             Project: OODT
>          Issue Type: New Feature
>          Components: file manager
>    Affects Versions: 0.1-incubating
>            Reporter: faranak davoodi
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: oodt-108.davoodi.011011.patch, oodt-108.davoodi.011011.patch.txt
>
>
> There are cases where we have some products in a directory and we want to ingest and catalog them without actually moving them to a new location. We call this kind of ingestion an in place ingestion. It is very useful for the file manager to be able to ingest in place.

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


[jira] Commented: (OODT-108) Ability for the file manager to ingest a file in place.

Posted by "faranak davoodi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979920#action_12979920 ] 

faranak davoodi commented on OODT-108:
--------------------------------------

Thank you Chris for the quick deployment. Just one thing, I had checked for productTypeRepoPath != null, not equal. And I did that to warn the ingester that, even though a repo path has been specified, the file won't be relocated there. However, I understand if you think it is not that necessary.

> Ability for the file manager to ingest a file in place. 
> --------------------------------------------------------
>
>                 Key: OODT-108
>                 URL: https://issues.apache.org/jira/browse/OODT-108
>             Project: OODT
>          Issue Type: New Feature
>          Components: file manager
>    Affects Versions: 0.1-incubating
>            Reporter: faranak davoodi
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: oodt-108.davoodi.011011.patch, oodt-108.davoodi.011011.patch.txt
>
>
> There are cases where we have some products in a directory and we want to ingest and catalog them without actually moving them to a new location. We call this kind of ingestion an in place ingestion. It is very useful for the file manager to be able to ingest in place.

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


[jira] Assigned: (OODT-108) Ability for the file manager to ingest a file in place.

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OODT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris A. Mattmann reassigned OODT-108:
--------------------------------------

    Assignee: Chris A. Mattmann

> Ability for the file manager to ingest a file in place. 
> --------------------------------------------------------
>
>                 Key: OODT-108
>                 URL: https://issues.apache.org/jira/browse/OODT-108
>             Project: OODT
>          Issue Type: New Feature
>          Components: file manager
>    Affects Versions: 0.1-incubating
>            Reporter: faranak davoodi
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: oodt-108.davoodi.011011.patch, oodt-108.davoodi.011011.patch.txt
>
>
> There are cases where we have some products in a directory and we want to ingest and catalog them without actually moving them to a new location. We call this kind of ingestion an in place ingestion. It is very useful for the file manager to be able to ingest in place.

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


[jira] Commented: (OODT-108) Ability for the file manager to ingest a file in place.

Posted by "Chris A. Mattmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/OODT-108?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12979921#action_12979921 ] 

Chris A. Mattmann commented on OODT-108:
----------------------------------------

Thanks for catching the typo, Faranak (I meant to type != null), and yes, I don't think that's necessary.

> Ability for the file manager to ingest a file in place. 
> --------------------------------------------------------
>
>                 Key: OODT-108
>                 URL: https://issues.apache.org/jira/browse/OODT-108
>             Project: OODT
>          Issue Type: New Feature
>          Components: file manager
>    Affects Versions: 0.1-incubating
>            Reporter: faranak davoodi
>            Assignee: Chris A. Mattmann
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: oodt-108.davoodi.011011.patch, oodt-108.davoodi.011011.patch.txt
>
>
> There are cases where we have some products in a directory and we want to ingest and catalog them without actually moving them to a new location. We call this kind of ingestion an in place ingestion. It is very useful for the file manager to be able to ingest in place.

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


[jira] Updated: (OODT-108) Ability for the file manager to ingest a file in place.

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

faranak davoodi updated OODT-108:
---------------------------------

    Attachment:     (was: oodt-108.davoodi.011011.patch)

> Ability for the file manager to ingest a file in place. 
> --------------------------------------------------------
>
>                 Key: OODT-108
>                 URL: https://issues.apache.org/jira/browse/OODT-108
>             Project: OODT
>          Issue Type: New Feature
>          Components: file manager
>    Affects Versions: 0.1-incubating
>            Reporter: faranak davoodi
>            Priority: Minor
>             Fix For: 0.2
>
>         Attachments: oodt-108.davoodi.011011.patch, oodt-108.davoodi.011011.patch.txt
>
>
> There are cases where we have some products in a directory and we want to ingest and catalog them without actually moving them to a new location. We call this kind of ingestion an in place ingestion. It is very useful for the file manager to be able to ingest in place.

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