Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

Upgrade from HDP 2.3.2 to HDP 2.4 - Oozie service check fails

avatar
Rising Star

Hi,

I tried upgrading non kerberized HDP 2.3.2 cluster to HDP 2.4.

During the upgrade process the Oozie service check failed.

2870-error-01-copy.png

Did anyone encounter this?

Thanks.

1 ACCEPTED SOLUTION

avatar
Master Guru

Can you try to add that final quote through Ambari, not directly in the oozie-env file. The value looks good, at least the "unexpected EOF" error should go away. By the way, in my 2.3.2 version the count is set to 5 instead of 2.

View solution in original post

3 REPLIES 3

avatar
Rising Star

I have modified the statement at line 66 in the file oozie-env.sh

export OOZIE_CLIENT_OPTS="${OOZIE_CLIENT_OPTS} -Doozie.connection.retry.count=2

to

export OOZIE_CLIENT_OPTS="${OOZIE_CLIENT_OPTS} -Doozie.connection.retry.count=2"

We are getting the same error.

What could be the possible value for OOZIE_CLIENTS_OPTS in HDP 2.4?

Thanks.

avatar
Master Guru

Can you try to add that final quote through Ambari, not directly in the oozie-env file. The value looks good, at least the "unexpected EOF" error should go away. By the way, in my 2.3.2 version the count is set to 5 instead of 2.

avatar
Rising Star

Thanks @Predrag.

It worked when I changed it through Ambari.