bigdata-file-viewer icon indicating copy to clipboard operation
bigdata-file-viewer copied to clipboard

A cross-platform (Windows, MAC, Linux) desktop application to view common bigdata binary format like Parquet, ORC, AVRO, etc. Support local file system, HDFS, AWS S3, Azure Blob Storage ,etc.

Results 13 bigdata-file-viewer issues
Sort by recently updated
recently updated
newest added

enhancement
good first issue

I am on a managed desktop, which means I can't install/upgrade whatever Java versions I want. Which results in: JDK11: ``` Graphics Device initialization failed for : es2, sw Error...

When I try to run `BigdataFileViewer-1.3-SNAPSHOT-jar-with-dependencies.jar` I get the error: ``` java -jar Downloads/BigdataFileViewer-1.3-SNAPSHOT-jar-with-dependencies.jar Graphics Device initialization failed for : es2, sw Error initializing QuantumRenderer: no suitable pipeline found java.lang.RuntimeException:...

Hi, we are utilizing the parquet functionality to enrich files with custom schema-metadata. I would be happy if you could output those additional metadata keys as additional tabs below "Basic...

log4j:WARN No appenders could be found for logger (org.apache.hadoop.util.Shell). log4j:WARN Please initialize the log4j system properly. log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info. Exception in thread "JavaFX Application Thread" org.apache.avro.SchemaParseException: Can't...

I was looking at the code and it seems that all the records from the file are loaded into memory. Some files can be quite large. Perhaps adding pagination and...

enhancement

I need to inspect a couple of parquet datasets containing binary data. So far, the viewer doesn't seem to have an integrated hex viewer or at least a way to...

enhancement

Fantastic work on this utility, thanks for developing it! I'm wondering if it would be possible to compile in support for LZ4 compression? It already supports Snappy. LZ4 is about...

enhancement

I compiled from source the latest git version. When I try to open a parquet file, the following exception is thrown: ``` org.apache.avro.SchemaParseException: Illegal character in: Application id at org.apache.avro.Schema.validateName(Schema.java:1561)...

Currently, the S3 endpoint cannot be edited manually. If the endpoint can be editable, many S3-compatible storage services can be accessible via this data viewer. To support this, the s3...

enhancement