Thanks Balaji. I am using hudi-spark bundle jar to write hudi tables. So should I build hudi from source in order to enable metrics plugin and hudi-cli ?
On Tue, Dec 1, 2020 at 10:54 PM Balaji Varadarajan <[email protected]> wrote: > There are few ways to do this: > > 1. You can use one of the many metrics plugin supported to emit the above > metrics to your monitoring system > 2. You can use hudi CLI like "commit show <commit_id>" to observe the > metrics > 3. You can also manually inspect the json files under .hoodie to get the > metrics. > > Balaji.V > > On Monday, November 30, 2020, 01:54:26 AM PST, Rahul Narayanan < > [email protected]> wrote: > > > Hi Team, > > Where can i see the number of inserts, updates and deletes happened > against a commit.kindly help >
