Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

SPARK2.3.4 Cds installation issue - spark2 parcel activated hung

avatar
New Contributor

I've been trying to install CDS 2.3.4(SPARK2_ON_YARN-2.3.0.cloudera4) on my cluster with CM-5.13.1 + CDH5.13.1, the SPARK2 parcel distributed successfully but activated hung there, what could I do to continue the installation, or how to rollback it ? Appreciate your help!

 

Capture.PNG

 

My environment,

  • CM-5.13.1
  • CDH-5.13.1 installed with parcels
  • JDK-1.8.0_144
  • Python2.7
  • Scala-2.11

 

SPARK2 csd file and parcel file here,

[root@vm ~]# ls -ltr /opt/cloudera/csd/
total 28
-rw-r--r--. 1 root root 19037 Apr 3 13:58 SPARK2_ON_YARN-2.3.0.cloudera4.jar
[root@vm ~]#

[root@vm ~]# ls -ltr /opt/cloudera/parcel-repo/
total 2140796
-rw-r--r--. 1 root root  191904064 Apr  3 13:57 SPARK2-2.3.0.cloudera4-1.cdh5.13.3.p0.611179-el7.parcel
-rw-r--r--. 1 root root         41 Apr  3 13:57 SPARK2-2.3.0.cloudera4-1.cdh5.13.3.p0.611179-el7.parcel.sha
-rw-r--r--. 1 root root       5171 Apr  3 13:57 manifest.json
-rw-r-----. 1 root root       7521 Apr  3 14:00 SPARK2-2.3.0.cloudera4-1.cdh5.13.3.p0.611179-el7.parcel.torrent
[root@vm ~]# 

I've tried the uninstallation steps to rollback the installation, but the SPARK2 parcel always stayed there hung at activated status, what could I do next? Need your help, thanks. 

1 ACCEPTED SOLUTION

avatar
New Contributor

 

I've just solved the problem via the deactivate API provided by Cloudera,thanks.

 

curl -u user:mypassword -X POST http://CM_IP:7180/api/v18/clusters/{clusterName}/parcels/products/{product}/versions/{version}/commands/deactivate

View solution in original post

1 REPLY 1

avatar
New Contributor

 

I've just solved the problem via the deactivate API provided by Cloudera,thanks.

 

curl -u user:mypassword -X POST http://CM_IP:7180/api/v18/clusters/{clusterName}/parcels/products/{product}/versions/{version}/commands/deactivate