tkdagdelen / gnocchi_old

Apache License 2.0
1 stars 2 forks source link

overwriteParquet not working #6

Closed tkdagdelen closed 8 years ago

tkdagdelen commented 8 years ago

if the -overwriteParquet is fed into Gnocchi, it should check for the parquetFiles directory and delete it before trying to write new parquet files. Right now, for some reason, when the parquetFiles directory is within HDFS, it isn't getting deleted.

tkdagdelen commented 8 years ago

was just a matter of properly getting the filesystem and using the filesystem's delete commands.