You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/10/27 14:33:58 UTC

[jira] [Created] (TINKERPOP-1533) Storage and IoRegistry

Marko A. Rodriguez created TINKERPOP-1533:
---------------------------------------------

             Summary: Storage and IoRegistry
                 Key: TINKERPOP-1533
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1533
             Project: TinkerPop
          Issue Type: Bug
          Components: hadoop, io, structure
    Affects Versions: 3.2.3, 3.1.4
            Reporter: Marko A. Rodriguez
             Fix For: 3.3.0


If you have custom types and you use storage, then you will get failures.

{code}
spark.head("output", GryoInputFormat.class)
hdfs.head("output", GraphSONInputFormat.class)
{code}

You can see why -- we don't pass any configuration information for the IoRegistry. Dar............



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