How to store JavaRDD as a sequence file using spark java API? -
How to store JavaRDD as a sequence file using spark java API? -
i want store javardd sequence file instead of textfile. don't see java api that. there way this? please allow me know. thanks!
maybe javapairrdd has method .saveassequencefile if not think can utilize .saveashadoopfile , have sequencefileoutputformat.class format param. seems explained bit here: http://apache-spark-user-list.1001560.n3.nabble.com/spark-sequencefile-java-api-repeat-key-values-td353.html
apache-spark
Comments
Post a Comment