You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by GitBox <gi...@apache.org> on 2022/10/29 13:01:09 UTC

[GitHub] [ambari] timyuer opened a new pull request, #3454: AMBARI-25771: Upgrade Spark for BIGTOP to be compatible with bigtop-select

timyuer opened a new pull request, #3454:
URL: https://github.com/apache/ambari/pull/3454

   …elect
   
   ## What changes were proposed in this pull request?
   
   (Please fill in changes proposed in this fix)
   
   ## How was this patch tested?
   Tested successful,  including enabling kerberos.
   ![1667048275677](https://user-images.githubusercontent.com/16263438/198832877-deb15bb1-83b3-4fb5-95e0-0fe0aec689f8.png)
   
   ![1667048431079](https://user-images.githubusercontent.com/16263438/198832991-97a5ddd9-2195-41a6-bd2f-88da6a6d5956.png)
   
   
   (Please explain how this patch was tested. Ex: unit tests, manual tests)
   (If this patch involves UI changes, please attach a screen-shot; otherwise, remove this)
   
   Please review [Ambari Contributing Guide](https://cwiki.apache.org/confluence/display/AMBARI/How+to+Contribute) before opening a pull request.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [ambari] kevinw66 commented on pull request #3454: AMBARI-25771: Upgrade Spark for BIGTOP to be compatible with bigtop-select

Posted by GitBox <gi...@apache.org>.
kevinw66 commented on PR #3454:
URL: https://github.com/apache/ambari/pull/3454#issuecomment-1304584147

   Error occurs when enabling NameNode HA in step `Initialize Metadata`:
   ![image](https://user-images.githubusercontent.com/31196226/200131497-7d6a520c-f568-4bf4-8a14-d78c79368860.png)
   
   ```
   22/11/05 16:40:50 INFO ipc.Client: Retrying connect to server: ambari-agent-01/172.18.0.3:8020. Already tried 48 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000 MILLISECONDS)
   22/11/05 16:40:51 INFO ipc.Client: Retrying connect to server: ambari-agent-01/172.18.0.3:8020. Already tried 49 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000 MILLISECONDS)
   22/11/05 16:40:51 WARN ha.BootstrapStandby: Unable to fetch namespace information from remote NN at ambari-agent-01/172.18.0.3:8020: Call From ambari-agent-02/172.18.0.4 to ambari-agent-01:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   22/11/05 16:40:51 ERROR ha.BootstrapStandby: Unable to fetch namespace information from any remote NN. Possible NameNodes: [RemoteNameNodeInfo [nnId=nn1, ipcAddress=ambari-agent-01/172.18.0.3:8020, httpAddress=http://ambari-agent-01:50070]]
   22/11/05 16:40:51 INFO util.ExitUtil: Exiting with status 2: ExitException
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [ambari] kevinw66 commented on pull request #3454: AMBARI-25771: Upgrade Spark for BIGTOP to be compatible with bigtop-select

Posted by GitBox <gi...@apache.org>.
kevinw66 commented on PR #3454:
URL: https://github.com/apache/ambari/pull/3454#issuecomment-1307641633

   > Error occurs when enabling NameNode HA in step `Initialize Metadata`: ![image](https://user-images.githubusercontent.com/31196226/200131497-7d6a520c-f568-4bf4-8a14-d78c79368860.png)
   > 
   > ```
   > 22/11/05 16:40:50 INFO ipc.Client: Retrying connect to server: ambari-agent-01/172.18.0.3:8020. Already tried 48 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000 MILLISECONDS)
   > 22/11/05 16:40:51 INFO ipc.Client: Retrying connect to server: ambari-agent-01/172.18.0.3:8020. Already tried 49 time(s); retry policy is RetryUpToMaximumCountWithFixedSleep(maxRetries=50, sleepTime=1000 MILLISECONDS)
   > 22/11/05 16:40:51 WARN ha.BootstrapStandby: Unable to fetch namespace information from remote NN at ambari-agent-01/172.18.0.3:8020: Call From ambari-agent-02/172.18.0.4 to ambari-agent-01:8020 failed on connection exception: java.net.ConnectException: Connection refused; For more details see:  http://wiki.apache.org/hadoop/ConnectionRefused
   > 22/11/05 16:40:51 ERROR ha.BootstrapStandby: Unable to fetch namespace information from any remote NN. Possible NameNodes: [RemoteNameNodeInfo [nnId=nn1, ipcAddress=ambari-agent-01/172.18.0.3:8020, httpAddress=http://ambari-agent-01:50070]]
   > 22/11/05 16:40:51 INFO util.ExitUtil: Exiting with status 2: ExitException
   > ```
   
   Seems the problem is not caused by this PR, we should fix this separately.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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


[GitHub] [ambari] kevinw66 merged pull request #3454: AMBARI-25771: Upgrade Spark for BIGTOP to be compatible with bigtop-select

Posted by GitBox <gi...@apache.org>.
kevinw66 merged PR #3454:
URL: https://github.com/apache/ambari/pull/3454


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@ambari.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


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