[
https://issues.apache.org/jira/browse/FLINK-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14304953#comment-14304953
]
Till Rohrmann commented on FLINK-1303:
--------------------------------------
{code}
val hadoopIF = new HadoopInputFormat[LongWritable, Text](new TextInputFormat(),
classOf[LongWritable], classOf[Text], job)
TextInputFormat.addInputPath(job, new Path(inputPath))
{code}
> HadoopInputFormat does not work with Scala API
> ----------------------------------------------
>
> Key: FLINK-1303
> URL: https://issues.apache.org/jira/browse/FLINK-1303
> Project: Flink
> Issue Type: Sub-task
> Components: Scala API
> Reporter: Aljoscha Krettek
> Assignee: Aljoscha Krettek
> Fix For: 0.9
>
>
> It fails because the HadoopInputFormat uses the Flink Tuple2 type. For this,
> type extraction fails at runtime.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)