GitHub user prateekm opened a pull request:
https://github.com/apache/samza/pull/309
Added wiring for High Level API state stores, their serdes and changelogs.
Provided join operator access to durable state stores.
cc @vjagadish1989 for review.
You can merge this pull reque
Hi XiaoChuan,
Samza by itself does not maintain history on container launches.
But that said you should be able to use YARN to get logs from containers
similar to Map Reduce jobs.
A quick code search for the error message tells me that you are probably
missing the following config.
yarn.log.se
Github user asfgit closed the pull request at:
https://github.com/apache/samza/pull/303
---
+Jon (Adding Jon to cc)
From: Yi Pan
Sent: Monday, October 2, 2017 2:10:27 AM
To: dev@samza.apache.org
Subject: Re: Historical container logs in YARN UI
Hi, XiaoChuan,
Our SRE team have been using timeline server in YARN at LinkedIn to get the
historical contain
Hi, XiaoChuan,
Our SRE team have been using timeline server in YARN at LinkedIn to get the
historical container logs in our admin dashboard. @Jon Bringburst, can you
share some experience regarding to how to configure timeline server in YARN?
Thanks a lot!
-Yi
On Sat, Sep 30, 2017 at 1:08 PM, X