i tried the url with no response even though i can see port 60008 in listening ports with allowed ,not restricted
URL: http://[hostnameOrIP]:60008/validation/testconnection/
what can be the result
Query | Response |
i tried the url with no response even though i can see port 60008 in listening ports with allowed ,not restricted URL: https://[hostnameOrIP]:60008/validation/testconnection/ what can be the result | We have checked the log you have shared, it states that there is proxy authentication required for cluster manager to access the agents. Seems proxy is enabled in your network. Could you please ensure it from your side? By default, cluster manager and agents do not support proxy settings, we need to have some changes in configuration files of cluster manager and agents manually. Please share details about your proxy settings. (obviously credentials are NOT needed). Information such as whether you used default credentials or network credential, proxy type, etc. will be helpful so that we will check here in the same environment and let you know the configuration changes. |
should we have internet on all cluster nodes in order to let syncfusion cluster manager works well or is it enough to have internet on the node that host cluster manager only | No. Internet connection is not needed on any of nodes to create cluster. Even cluster manager node doesn’t need internet. |
Query |
Response |
i started the cluster manager url with no proxy settings and the problem of Proxy Authentication Required is solved but iam getting now this message ERROR ClusterManagerLog ClientValidation System.Net.WebException: The request was aborted: The operation has timed out. at System.Net.HttpWebRequest.GetResponse() at Syncfusion.BigData.Platform.Manager.Base.Helpers.BaseConfigurator.ClientValidation(Host host, Host nameNodeHost, Boolean aws, List`1 advanceConfiguration, Boolean isSecured) for each cluster node what is the problem please ? |
Seems you are using older cluster manager (v3.1.0.3 or lower) with newer agent v3.1.0.25.
In our latest release, we had migration changes for SSL support in both agent and cluster manager.
So newer agent will work with newer cluster manager only.
Could you please ensure your cluster manager version and upgrade to newer version v3.1.0.25?
|
what about the message that is found in big data agent log please C:\Syncfusion\BigData\1.0\SDK\Hadoop\etc\hadoop\hdfs-site.xml' should big data agent installation add this path to other nodes that don't contain cluster manager the only installed path i get is C:\Syncfusion\BigData\3.1.0.25\BigDataAgent and there is no SDK Files here is the agent link which i installed https://s3.amazonaws.com/files2.syncfusion.com/Installs/DataScience/v3.1.0.25/syncfusionbigdataagent.exe |
This log can be ignored. It is an unhandled exception in initial state when agent starts. It will not affect any other agent functionality.
|
Query |
Response |
if i want to download previous version from big data agent is there any page showing all versions of big data agent,big data studio and big data cluster |
Please find all big data platform version download details here
|
there should be a hint telling me that the version of big data agent is not compatible with cluster manager version
i wasn't able to recognize this ever |
We regret for the inconvenience caused.
Actually we will alert user when agent and cluster manger are in different version or having compatibility issues provided when the cluster manager is able to access the agent API. As we stated earlier we had migration for SSL support, the agent API will run on https:// instead of http:// so cluster manager couldn’t check the compatibility. We will consider this feedback to handle the compatible check more efficiently in next version. |