Thank you. I confirmed the page.
2015-06-04 1:35 GMT+09:00 Sean Owen :
> Yes, I think you're right. Since this is a change to the ASF hosted
> site, I can make this change to the .md / .html directly rather than
> go through the usual PR.
>
> On Wed, Jun 3, 2015 at
Hi, I'm Taira.
I notice that this example page may be a mistake.
https://spark.apache.org/examples.html
Word Count (Java)
JavaRDD textFile = spark.textFile("hdfs://...");
JavaRDD words = textFile.flatMap(new FlatMapFunction() {
public Iterable call(String s) { ret