标签: hadoop apache-spark hadoop2 grib
是否有可能通过Spark API将GRIB中的GRIB2文件读入RDD?我找到class AddViewcountToPosts < ActiveRecord::Migration def change add_column :posts, :view_count, :integer end end ,但返回的RDD包含神秘数据(不可读)。我使用的是Spark 1.6.1和Java API。谢谢!
class AddViewcountToPosts < ActiveRecord::Migration def change add_column :posts, :view_count, :integer end end
JavaContext.binaryFiles