Skip to content

exasol/parquet-edml-generator

Repository files navigation

Parquet EDML Generator

Build Status

Quality Gate Status

Security Rating Reliability Rating Maintainability Rating Technical Debt

Code Smells Coverage Duplicated Lines (%) Lines of Code

This is a tool that generates EDML definitions for Parquet files.

Installation

Download the binary for your operating system from the latest release.

Usage

Windows

Run on your local PC:

parquet-edml-generator.exe <parquet file>

Linux

Run on your local PC:

./parquet-edml-generator-linux-binary <parquet file>

macOS

Please note that we currently don't provide native binaries for macOS, because execution fails on macOS 13 Ventura. Support for native binaries on macOS will be added in issue #36.

Other

On other operating systems, you can use this tool with Java. For that, you need Java version 17 or higher installed.

java -jar parquet-edml-generator.jar <parquet file>

Additional Information