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)