-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot run css cluster #5
Comments
|
no permission issues because I change nothing and start as I have 3 nodes with ip IP_A,IP_B,IP_C and want to use zk mode
then the dir is sent to the 3 nodes, I suppose run |
yes, start-workers.sh can work, haven't you start it? |
My CSS cluster is up running with the zookeeper registry type in k8s now. Everything looks fine until I run a Spark app. The application log shows the same error message:
The stats in my zookeeper is
the environment variable has set |
if I use all default settings, and start as
sbin/start-all.sh
, a Worker and a Master are runningbut when I submit a Spark app, it throw
Caused by: java.lang.RuntimeException: replica num must less than worker num
if I run zk mode by changing
conf/css-default.cnf
as:and start as
sbin/start-workers.sh
orsbin/start-worker.sh
orsbin/start-all.sh
it throw
README.md
and set 3 workers inconf/workers
+ zk mode andstart-workers.sh
then entering my password of the 3 workers, it returns
pemission denied
I am sure my password is correct.
Any suggestion? I think the
README
is ambiguousThe text was updated successfully, but these errors were encountered: