[GitHub] samza pull request #309: Added wiring for High Level API state stores, their...

2017-10-02 Thread prateekm
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

Re: Historical container logs in YARN UI

2017-10-02 Thread Abhishek Shivanna
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] samza pull request #303: SAMZA-1423: Implement time series storage for joins...

2017-10-02 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/samza/pull/303 ---

Re: Historical container logs in YARN UI

2017-10-02 Thread Navina Ramesh
+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

Re: Historical container logs in YARN UI

2017-10-02 Thread Yi Pan
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