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
            Reporter: Eugene Koontz


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.

--
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