[GitHub] [hudi] nsivabalan commented on issue #6101: [SUPPORT] Hudi Delete Not working with EMR, AWS Glue & S3

2022-09-29 Thread GitBox


nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1263071072

   @navbalaraman :  hey any updates for us. if you could not reproduce, feel 
free to close it out.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] nsivabalan commented on issue #6101: [SUPPORT] Hudi Delete Not working with EMR, AWS Glue & S3

2022-09-19 Thread GitBox


nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1251727223

   hey I tried to test delete_partitions for multiple partitions and could not 
reproduce. Would you mind giving us a reproducible script. would help us find 
the root cause. 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] nsivabalan commented on issue #6101: [SUPPORT] Hudi Delete Not working with EMR, AWS Glue & S3

2022-09-14 Thread GitBox


nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1247372251

   I assume you are referring to delete_partitions right? how are you 
triggering delete_partition. are you passing in a regular dataframe as you 
would for other write operations. 
   Or are you setting the config 
https://hudi.apache.org/docs/configurations#hoodiedatasourcewritepartitionstodelete
 . you can set comma separated list of partition values that needs to be 
deleted. 
   
   I might need to reproduce your exact scenario and go from there. in the mean 
time, if you have a reproducible script, let me know. 
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] nsivabalan commented on issue #6101: [SUPPORT] Hudi Delete Not working with EMR, AWS Glue & S3

2022-09-05 Thread GitBox


nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1237646067

   @navbalaraman : any updates please


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] nsivabalan commented on issue #6101: [SUPPORT] Hudi Delete Not working with EMR, AWS Glue & S3

2022-08-27 Thread GitBox


nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1229348318

   if you wish to delete entire partition data, you can directly issue 
"DELETE_PARTITION" operation. and you don't need to send entire DF for 
it. For instance,  you can set this config 
https://hudi.apache.org/docs/0.11.1/configurations#hoodiedatasourcewritepartitionstodelete
 as comma separated list of partitions to be deleted. 
   
   If you are not setting this config param, then you need to pass DF for 
records for which you wish to delete partition. 
   and later when cleaner comes around, it will delete the physical directory. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] nsivabalan commented on issue #6101: [SUPPORT] Hudi Delete Not working with EMR, AWS Glue & S3

2022-08-16 Thread GitBox


nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1216661151

   @navbalaraman : gentle ping


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] nsivabalan commented on issue #6101: [SUPPORT] Hudi Delete Not working with EMR, AWS Glue & S3

2022-08-09 Thread GitBox


nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1210122684

   @qianchutao : can you create a new github issue. Could be different from 
what OP posted for. Later if we deduce both are same, we can close one. But 
would like to not pollute one github issue w/ diff issues. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [hudi] nsivabalan commented on issue #6101: [SUPPORT] Hudi Delete Not working with EMR, AWS Glue & S3

2022-08-09 Thread GitBox


nsivabalan commented on issue #6101:
URL: https://github.com/apache/hudi/issues/6101#issuecomment-1210121991

   @navbalaraman : looks like you made a typo w/ you operation 
   ```
   .option(DataSourceWriteOptions.OPERATION.key(), 
DataSourceWriteOptions.DELETE_PARTITION_OPERATION_OPT_VAL)
   ```
   
   Its "delete" and not "delete_partition". 
   
   Or did you intend to actually trigger "delete_partition" ? 
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@hudi.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org