Hi Balaji, In order to invoke hudi-cli do I need to build hudi from source or is there any other method to do so as the documentation lacks on how to invoke hudi-cli
On Wed, Dec 2, 2020 at 12:19 AM Balaji Varadarajan <[email protected]> wrote: > Hi Rahul, > > You can look at https://hudi.apache.org/docs/metrics.html for setting > configurations to enable metrics. > > Balaji.V > > > > > On Tuesday, December 1, 2020, 10:09:33 AM PST, Rahul Narayanan < > [email protected]> wrote: > > > 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 > >
