[
https://issues.apache.org/jira/browse/TINKERPOP-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
stephen mallette closed TINKERPOP-1533.
---------------------------------------
Resolution: Fixed
Assignee: Marko A. Rodriguez
Looks like this was resolved a while back - see:
https://github.com/apache/tinkerpop/blob/1d3e9a1d81cae9f6b30ce4f2db3680028bce71ac/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/gryo/GryoRecordReader.java#L75-L76
and
https://github.com/apache/tinkerpop/blob/1d3e9a1d81cae9f6b30ce4f2db3680028bce71ac/hadoop-gremlin/src/main/java/org/apache/tinkerpop/gremlin/hadoop/structure/io/graphson/GraphSONRecordReader.java#L59-L63
the {{IoRegistry}} configurations are respected for 3.3.0
> 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.1.4, 3.2.3
> Reporter: Marko A. Rodriguez
> Assignee: 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.4.14#64029)