【发布时间】:2020-11-06 07:25:55
【问题描述】:
我正在使用 python 库 Draft7Validator (https://python-jsonschema.readthedocs.io/en/stable/validate/) 来测试每个文件的 json 模式。不幸的是它很慢,在 scala/java 中有一个库,我可以在 Spark 中使用它来验证每个文件的 json 模式。
【问题讨论】:
标签: json scala apache-spark validation schema