You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spark.apache.org by ElfoLiNk <ga...@gmail.com> on 2016/06/24 10:13:14 UTC

HistoryServer: missing information

In Spark 1.6.1 HistoryServer doesn't show coresGranted , coresPerExecutor ,
memoryPerExecutorMB for the applications, is this normal?

Example:

*http://MasterIP:8080/api/v1/applications*
{
  "id" : "app-20160623171554-0006",
  "name" : "TeraSort",
  "coresGranted" : 20,
  "maxCores" : 20,
  "coresPerExecutor" : 10,
  "memoryPerExecutorMB" : 1024,
  "attempts" : [ {
    "startTime" : "2016-06-23T15:15:54.477GMT",
    "endTime" : "2016-06-23T15:20:42.976GMT",
    "sparkUser" : "xxx",
    "completed" : true
  } ]

*http://HistoryServerIP:18080/api/v1/applications*
 {
  "id" : "app-20160623171554-0006",
  "name" : "TeraSort",
  "attempts" : [ {
    "startTime" : "2016-06-23T15:15:49.212GMT",
    "endTime" : "2016-06-23T15:20:42.863GMT",
    "sparkUser" : "xxx",
    "completed" : true
  } ]

Notice also the different startTime 





--
View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/HistoryServer-missing-information-tp18086.html
Sent from the Apache Spark Developers List mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@spark.apache.org
For additional commands, e-mail: dev-help@spark.apache.org