Hi Rahul,
Can you point me to the Github issue about this ?
Thanks,Balaji.V
On Sunday, December 6, 2020, 11:08:52 PM PST, Rahul Narayanan
<[email protected]> wrote:
Hi Balaji,
I am currently facing an issue with syncing hudi table to hive. I have raised
this in the community but nobody answers. Kindly help. Syncting to hive is not
working from DataSource api even though I followed the documentation properly
On Wed, Dec 2, 2020 at 1:43 AM Balaji Varadarajan <[email protected]>
wrote:
Hi Rahul,
Sorry, missed the question. Yes, you need to build hudi for using hudi-cli.
Balaji.V
On Tuesday, December 1, 2020, 11:38:13 AM PST, Rahul Narayanan
<[email protected]> wrote:
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 system2. You can use hudi CLI like "commit show
<commit_id>" to observe the metrics3. 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