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
Post a Comment