hadoop - History server is not receiving any event -


i working on streaming application. tried configure history server persist events of application in hadoop file system (hdfs). however, not logging events.

i running apache spark 1.4.1 (pyspark) under ubuntu 14.04 3 nodes.

here configuration:

file - /usr/local/spark/conf/spark-defaults.conf

#in 3 nodes spark.eventlog.enabled true  spark.eventlog.dir hdfs://master-host:port/usr/local/hadoop/spark_log   #in master node  export spark_history_opts="-dspark.history.fs.logdirectory=hdfs://host:port/usr/local/hadoop/spark_log"  

can give list of steps configure history server?


Comments

Popular posts from this blog

python - ValueError: empty vocabulary; perhaps the documents only contain stop words -

java - UnknownEntityTypeException: Unable to locate persister (Hibernate 5.0) -

ubuntu - collect2: fatal error: ld terminated with signal 9 [Killed] -