You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@spark.apache.org by satishl <sa...@gmail.com> on 2017/02/15 09:55:34 UTC

extracting eventlogs saved snappy format.

what is the right way to unzip an Spark app eventlog saved in snappy format
(<application_id>.snappy)
Are there any libraries which we can use to do this programmatically?




--
View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/extracting-eventlogs-saved-snappy-format-tp28393.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscribe@spark.apache.org


Re: extracting eventlogs saved snappy format.

Posted by Jörn Franke <jo...@gmail.com>.
What do you want to do with the event log ? The Hadoop command line can show compressed files (hadoop fs -text). Alternatively there are tools depending on your os ... you can also write a small job to do this and run it on the cluster.

> On 15 Feb 2017, at 10:55, satishl <sa...@gmail.com> wrote:
> 
> what is the right way to unzip an Spark app eventlog saved in snappy format
> (<application_id>.snappy)
> Are there any libraries which we can use to do this programmatically?
> 
> 
> 
> 
> --
> View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/extracting-eventlogs-saved-snappy-format-tp28393.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe e-mail: user-unsubscribe@spark.apache.org
> 

---------------------------------------------------------------------
To unsubscribe e-mail: user-unsubscribe@spark.apache.org