spark-compaction icon indicating copy to clipboard operation
spark-compaction copied to clipboard

File compaction tool that runs on top of the Spark framework.

Results 4 spark-compaction issues
Sort by recently updated
recently updated
newest added

Hi Keith, In line no 255 Cannot resolve symbol 'Option' . ### am using scala 2.11 & spark 2.2.0. ![image](https://user-images.githubusercontent.com/48348936/124385778-c9297380-dcf4-11eb-9f49-aff5da98b5ff.png) Thanks and Regards Venkat

Made changes to work with spark 2.2 and hadoop 2.7.2 Build passes successfully and works as expected.

A common approach of implementing Spark has become utilizing AWS EMR and using S3 for file storage in lieu of HDFS. Please implement S3 support for implementing a compaction algorithm.

This error occured while Iwas trying to comapact all snappy.parquet files which were generated in Spark2.1 with DataFrames. Is there any work around? Maybe to try with RDDs but how...