Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>parquet-viewerNew to Visual Studio Code? Get it now.

parquet-viewer

Dvir Yitzchaki

|
65,407 installs
| (16) | Free
Views Apache Parquet files as JSON
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Main Visual Studio Marketplace Version

parquet-viewer

Views Apache Parquet files as JSON.

Features

When opening a Parquet file, a JSON presentation of the file will open automatically:

automatic

After closing the JSON view, it is possible to reopen it by clicking on the link in the parquet view.

command

Requirements

The extension used to require parquet-tools. Now the extension uses the parquets TypeScript library to do parse the files.

If you still want to use parquet-tools, you should set parquet-viewer.useParquetTools to true and paruqet-tools should be in your PATH, or pointed by the parquet-viewer.parquetToolsPath setting.

settings

Settings

The following setting options are available:

name default description
parquet-viewer.parquetToolsPath parquet-tools The name of the parquet-tools executable or a path to the parquet-tools jar
parquet-viewer.useParquetTools false Use the legacy parquet-tools application for reading the files
parquet-viewer.logging.panel false Whether to write diagnostic logs to an output panel
parquet-viewer.logging.folder empty Write diagnostic logs under the given directory
parquet-viewer.logging.level info Diagnostic log level. Choose between: off, fatal, error, warn, info, debug or trace

What's new

See CHANGELOG.md

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft