Description
If you have custom types and you use storage, then you will get failures.
spark.head("output", GryoInputFormat.class) hdfs.head("output", GraphSONInputFormat.class)
You can see why – we don't pass any configuration information for the IoRegistry. Dar............