Hello! I'm exploring using custom input formats, which it seems I can do in Scala using sc.hadoopNewAPIFile or sc.hadoopNewAPIRDD.
My question is: is it possible to do this in Python? The Python API doesn't have (AFAICT) the sc.hadoop* functions. Thanks, Diana
