Skip to content

yuzhanghan1982/global_log

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Usage: spark-glog <drvier | executor> eventlog_file btracelog_file


Example:

# Combine the Spark eventlog and driver's btracelog to see combined driver information.
$ bin/spark-glog driver sample_input/master/eventlog sample_input/master/btracelog

# Combine the Spark eventlog and executor's btracelog to see combined executor information.
$ bin/spark-glog executor sample_input/master/eventlog sample_input/slave1/btracelog

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 79.3%
  • Java 18.8%
  • Shell 1.9%