You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Julia (JIRA)" <ji...@apache.org> on 2015/10/26 19:03:27 UTC

[jira] [Created] (REEF-873) Fix DataSet id issue

Julia created REEF-873:
--------------------------

             Summary: Fix DataSet id issue
                 Key: REEF-873
                 URL: https://issues.apache.org/jira/browse/REEF-873
             Project: REEF
          Issue Type: Bug
            Reporter: Julia


Currently the id of the dataset is formed from extract some string from the input file name. In reality, the input file name itself can be a generated file with some random numbers that makes the file name has no meaning at all. And since the file name can be very long, that can also break the current way to form the id. 
We should remove this id generation dependency on the input file names, instead, comes out a id with a prefix like "FileSystemDataSet-" plus a guid for example, as long as it is unique. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)