Skip to main content

Hive import statement generator for Parquet datasets

Project description

# parquet2hive
Hive import statement generator for Parquet datasets.

## Installation
```bash
pip install parquet2hive
```

## Example usage
```bash
➜ ~ parquet2hive -d s3://telemetry-test-bucket/churn/telemetry-2/
create external table churn(clientId string, sampleId int, channel string, normalizedChannel string, country string, profileCreationDate int, subsessionStartDate int, subsessionLength int, distributionId string, submissionDate string, syncConfigured boolean, syncCountDesktop int, syncCountMobile int, version string, timestamp bigint) partitioned by (ubmissionDateS3 string) stored as parquet location 's3://telemetry-test-bucket/churn/telemetry-2/';

```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

parquet2hive-0.1.0.tar.gz (44.0 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page