GitHub user harishreedharan opened a pull request:

    https://github.com/apache/spark/pull/5792

    [SPARK-7161][History Server] Provide REST api to download event logs fro...

    ...m History Server
    
    This PR adds a new API that allows the user to download event logs for an 
application as a zip file.
    We add an additional method to the ApplicationHistoryProvider to get the 
raw files, zipped. The zipped
    files are then sent to the client.
    
    I still need to add tests, but I am submitting this to get a review early 
since I am not that familiar with this part of the code and servlets.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/harishreedharan/spark eventlog-download

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/5792.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #5792
    
----
commit a5da016071b9c83419919fa6d06a99b82e510d01
Author: Hari Shreedharan <[email protected]>
Date:   2015-04-29T22:19:21Z

    [SPARK-7161][History Server] Provide REST api to download event logs from 
History Server
    
    This PR adds a new API that allows the user to download event logs for an 
application as a zip file.
    We add an additional method to the ApplicationHistoryProvider to get the 
raw files, zipped. The zipped
    files are then sent to the client.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to