[ 
https://issues.apache.org/jira/browse/GIRAPH-411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13491113#comment-13491113
 ] 

Maja Kabiljo commented on GIRAPH-411:
-------------------------------------

TestAutoCheckpoint error:
{code}
java.lang.RuntimeException: restartFromCheckpoint: KeeperException
        at 
org.apache.giraph.graph.BspServiceMaster.restartFromCheckpoint(BspServiceMaster.java:1095)
        at org.apache.giraph.graph.MasterThread.run(MasterThread.java:141)
Caused by: org.apache.zookeeper.KeeperException$NoNodeException: 
KeeperErrorCode = NoNode for 
/_hadoopBsp/job_201211051724_0001/_edgeInputSplitDir
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:102)
        at org.apache.zookeeper.KeeperException.create(KeeperException.java:42)
        at org.apache.zookeeper.ZooKeeper.delete(ZooKeeper.java:728)
        at org.apache.giraph.zk.ZooKeeperExt.deleteExt(ZooKeeperExt.java:307)
        at 
org.apache.giraph.graph.BspServiceMaster.restartFromCheckpoint(BspServiceMaster.java:1089)
{code}

TestJsonBase64Format:
{code}
Caused by: java.io.FileNotFoundException: 
/var/folders/nk/xr3j7m_n0w92zk5xwwwk25nmpbq0f4/T/_giraphTests/testContinue/_logs
 (No such file or directory)
        at java.io.FileInputStream.open(Native Method)
        at java.io.FileInputStream.<init>(FileInputStream.java:120)
        at 
org.apache.hadoop.fs.RawLocalFileSystem$TrackingFileInputStream.<init>(RawLocalFileSystem.java:71)
        at 
org.apache.hadoop.fs.RawLocalFileSystem$LocalFSFileInputStream.<init>(RawLocalFileSystem.java:107)
        at 
org.apache.hadoop.fs.RawLocalFileSystem.open(RawLocalFileSystem.java:177)
        at 
org.apache.hadoop.fs.ChecksumFileSystem$ChecksumFSInputChecker.<init>(ChecksumFileSystem.java:126)
        at 
org.apache.hadoop.fs.ChecksumFileSystem.open(ChecksumFileSystem.java:283)
        at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:400)
        at 
org.apache.hadoop.mapreduce.lib.input.LineRecordReader.initialize(LineRecordReader.java:67)
        at 
org.apache.giraph.io.TextVertexInputFormat$TextVertexReader.initialize(TextVertexInputFormat.java:106)
        at 
org.apache.giraph.io.JsonBase64VertexInputFormat$JsonBase64VertexReader.initialize(JsonBase64VertexInputFormat.java:71)
        at 
org.apache.giraph.graph.VertexInputSplitsCallable.readInputSplit(VertexInputSplitsCallable.java:125)
        at 
org.apache.giraph.graph.InputSplitsCallable.loadInputSplit(InputSplitsCallable.java:334)
        at 
org.apache.giraph.graph.InputSplitsCallable.call(InputSplitsCallable.java:161)
{code}
                
> Pseudo distributed test failures
> --------------------------------
>
>                 Key: GIRAPH-411
>                 URL: https://issues.apache.org/jira/browse/GIRAPH-411
>             Project: Giraph
>          Issue Type: Bug
>            Reporter: Maja Kabiljo
>
> We have two tests failing in pseudo-distributed mode again:
> TestAutoCheckpoint
> TestJsonBase64Format

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to