Is there any way to find out which version of the parquet was used to write the parquet file to HDFS? I am trying to see if different files were written using the same version of parquet or different versions.
$ hadoop jar parquet-tools-1.9.0.jar meta my-parquet-file.parquet |grep "parquet-mr version" creator: parquet-mr version 1.8.1 (build 4aba4dae7bb0d4edbcf7923ae1339f28fd3f7fcf)
Source: https://habr.com/ru/post/1236252/More articles:Updating the database of objects of nested objects - javascriptWhere is the offer in Linq in the list C # - c #Angular API JS and Flask RESTful - pythonGit: Local tracking, add a new branch? - gitfromEnum toEnum Instance? - haskellUnknown tsc compiler option allowNonTsExtensions - typescriptJenkins + Docker - pythonUnderstanding the npm module "skippingAction Module is in a symbolic module" - node.jsCalculating a two-week forward form per day using a marker day - javascriptSort a vector by even and odd indices. C ++ - c ++All Articles