[ 
https://issues.apache.org/jira/browse/GIRAPH-162?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eugene Koontz updated GIRAPH-162:
---------------------------------

    Description: In hadoop trunk, org.apache.hadoop.fs.FileSystem.listStatus() 
is declared to throw both FileNotFoundException and IOException. The former 
(FileNotFoundException) is currently not caught when BspCase.setup() looks for 
the GiraphJob.ZOOKEEPER_MANAGER_DIR_DEFAULT directory in order to delete it. 
The listStatus() call throws FileNotException if this directory does not exist 
and causes several tests to fail when using Hadoop trunk. This exception should 
be caught and ignored during setup(), since it's not an error for this 
directory not to exist.  (was: In hadoop trunk, 
org.apache.hadoop.fs.FileSystem.listStatus() is declared to throws both 
FileNotFoundException and IOException. The former (FileNotFoundException) is 
currently not caught when BspCase.setup() looks for the 
GiraphJob.ZOOKEEPER_MANAGER_DIR_DEFAULT directory in order to delete it. The 
listStatus() call throws FileNotException if this directory does not exist and 
causes several tests to fail when using Hadoop trunk. This exception should be 
caught and ignored during setup(), since it's not an error for this directory 
not to exist.)
    
> BspCase.setup() should catch FileNotFoundException thrown from 
> org.apache.hadoop.fs.FileSystem.listStatus()
> -----------------------------------------------------------------------------------------------------------
>
>                 Key: GIRAPH-162
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-162
>             Project: Giraph
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.2.0
>            Reporter: Eugene Koontz
>             Fix For: 0.2.0
>
>         Attachments: GIRAPH-162.patch
>
>
> In hadoop trunk, org.apache.hadoop.fs.FileSystem.listStatus() is declared to 
> throw both FileNotFoundException and IOException. The former 
> (FileNotFoundException) is currently not caught when BspCase.setup() looks 
> for the GiraphJob.ZOOKEEPER_MANAGER_DIR_DEFAULT directory in order to delete 
> it. The listStatus() call throws FileNotException if this directory does not 
> exist and causes several tests to fail when using Hadoop trunk. This 
> exception should be caught and ignored during setup(), since it's not an 
> error for this directory not to exist.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to