Re: log file directory

2015-07-28 Thread Ted Yu
Path to log file should be displayed when you launch the master. e.g. /mnt/var/log/apps/spark -hadoop-org.apache.spark.deploy.master.Master-MACHINENAME.out On Mon, Jul 27, 2015 at 11:28 PM, Jack Yang wrote: > Hi all, > > > > I have questions with regarding to the log

log file directory

2015-07-27 Thread Jack Yang
Hi all, I have questions with regarding to the log file directory. That say if I run "spark-submit --master local[4]", where is the log file? Then how about if I run standalone "spark-submit --master spark://mymaster:7077"? Best regards, Jack