Member since
01-12-2016
6
Posts
0
Kudos Received
0
Solutions
01-27-2016
11:06 PM
Hi, Thanks for your reply. Sorry for delay, i was held up with some other tasks. Below is the output of my .../parcels command. But, seems like other service like spark are up and running in the server which is not shown in the .../parcels command. Output of spark when executing clusters/cluster-name/services command is also copied. {
"items" : [ {
"product" : "KAFKA",
"version" : "0.8.2.0-1.kafka1.3.0.p0.29",
"stage" : "DISTRIBUTED",
"clusterRef" : {
"clusterName" : "cluster"
}
}, {
"product" : "IMPALA",
"version" : "1.2.3-1.p0.97",
"stage" : "DISTRIBUTING",
"clusterRef" : {
"clusterName" : "cluster"
}
}, {
"product" : "KAFKA",
"version" : "0.8.2.0-1.kafka1.2.0.p0.2",
"stage" : "ACTIVATED",
"clusterRef" : {
"clusterName" : "cluster"
}
}, {
"product" : "CDH",
"version" : "5.3.0-1.cdh5.3.0.p0.30",
"stage" : "ACTIVATED",
"clusterRef" : {
"clusterName" : "cluster"
}
}, {
"product" : "SOLR",
"version" : "1.1.0-1.cdh4.3.0.p0.21",
"stage" : "DISTRIBUTING",
"clusterRef" : {
"clusterName" : "cluster"
}
}, {
"product" : "oldcdhparcels",
"version" : "",
"stage" : "UNAVAILABLE",
"clusterRef" : {
"clusterName" : "cluster"
}
} ]
} output of clusters/cluster-name/services command {
"name" : "spark",
"type" : "SPARK",
"clusterRef" : {
"clusterName" : "cluster"
},
"serviceUrl" : "http://xxx.com:7180/cmf/serviceRedirect/spark",
"serviceState" : "STARTED",
"healthSummary" : "GOOD",
"healthChecks" : [ ],
"configStale" : false
} Thanks, nks
... View more