文件名称:json-mapreduce:可以分割多行JSON的InputFormat
文件大小:3.8MB
文件格式:ZIP
更新时间:2024-07-12 13:08:49
Java
使用可拆分的多行 JSON 的 InputFormat 动机 目前似乎没有任何可以支持多行 JSON 的 JSON InputFormat 类。 执照 Apache 许可。 用法 要开始,只需: 下载并运行ant 在您的环境中包含dist/lib/json-mapreduce-1.0.jar 使用MultiLineJsonInputFormat类作为您的 Mapper InputFormat 假设您有一些类似于这样的 JSON: {"menu": { "header": "SVG Viewer", "items": [ {"id": "Open"}, {"id": "OpenNew", "label": "Open New"}, null, {"id": "ZoomIn", "label": "Zo
【文件预览】:
json-mapreduce-master
----build.xml(2KB)
----LICENSE(11KB)
----src()
--------test()
--------main()
----.gitignore(48B)
----lib()
--------junit-4.10.jar(247KB)
--------commons-io-2.0.1.jar(156KB)
--------hadoop-core-0.20.2-cdh3u1.jar(3.32MB)
--------commons-logging-1.1.1.jar(59KB)
--------commons-lang-2.6.jar(278KB)
----README.md(3KB)
----json-mapreduce.iml(920B)