You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by Dave Kantor <dk...@us.ibm.com> on 2016/02/23 22:32:55 UTC

Re: Integration tests failing for Atlas release 06 on a Hadoop cluster

Hi Naima,

I've assigned ATLAS-508 to myself and started debugging it, I will keep you
posted.

-Dave.

David Kantor
IBM Software Group
Phone: 978-899-2072 (T/L: 276-2072)
Email: dkantor@us.ibm.com



From:	Naima Djouhri/Boston/IBM@IBMUS
To:	dev@atlas.incubator.apache.org
Date:	02/23/2016 03:51 PM
Subject:	Integration tests failing for Atlas release 06 on a Hadoop
            cluster



Hi,
I downloaded Atlas release 06 from the Apache site
http://www.apache.org/dyn/closer.cgi/incubator/atlas/0.6.0-incubating/
and tried to build and deploy on a Hadoop cluster.
It did install and deploy Atlas on each node of the cluster with no issue
but got the following errors when running the integration tests

Tests run: 23, Failures: 1, Errors: 0, Skipped: 22, Time elapsed: 7.474
sec <<< FAILURE! - in org.apache.atlas.query.GremlinTest
beforeAll(org.apache.atlas.query.GremlinTest)  Time elapsed: 7.395 sec <<<
FAILURE!
javax.script.ScriptException: javax.script.ScriptException:
java.lang.UnsupportedOperationException: Not a single key: __traitNames.
Use addProperty instead
        at
com.thinkaurelius.titan.graphdb.transaction.StandardTitanTx.setProperty
(StandardTitanTx.java:755)
        at
com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty
(AbstractVertex.java:244)
        at
com.thinkaurelius.titan.graphdb.vertices.AbstractVertex.setProperty
(AbstractVertex.java:239)
        at
com.tinkerpop.blueprints.util.wrappers.batch.BatchGraph
$BatchVertex.setProperty(BatchGraph.java:492)
        at
com.tinkerpop.blueprints.util.io.graphson.GraphSONUtility.vertexFromJson
(GraphSONUtility.java:136)
        at
com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph
(GraphSONReader.java:158)
        at
com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph
(GraphSONReader.java:104)
        at
com.tinkerpop.blueprints.util.io.graphson.GraphSONReader.inputGraph
(GraphSONReader.java:88)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke
(NativeMethodAccessorImpl.java:57)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke
(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:606)
        at
org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:90)

which is an UnsupportedOperationException that was reported on
https://issues.apache.org/jira/browse/ATLAS-508

Does anyone have an idea what is causing this error?

Thanks
Naima Djouhri