Member since
05-21-2017
33
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4010 | 06-29-2017 10:25 PM |
05-20-2019
09:04 AM
This is quite common issue while installing CDH.However it is so easy to resolve it. This is the issue with ssh. You need to edit the /etc/ssh/sshd_config file by changing below parameter :- PermitRootLogin yes Now restart ssh service : sudo service ssh restart Now Select root to login as below click on Continue Your issue will be resolved. Thanks, Solomonchinni
... View more
12-14-2017
09:38 AM
@tristanzajonc wrote: The <none> indicator is not an issue -- it simply indicates that those nodes are worker nodes and don't have stateful information stored on them. Hanging engines on "ContainerCreating" typically means you have not run "cdsw enable <worker-ip>" on the master node for all your worker nodes. This whitelists the IP of your worker nodes for NFS mounts. If you have not done this, containers can hang waiting for the project mounts to become available when scheduled onto a worker node. Please let me know if running "cdsw enable" for each worker IP resolves this issue. Thanks, Tristan FYI, i was having the same issue. and this resolved it for me. Thanks
... View more
09-14-2017
07:32 AM
Can you please provide more details of what service you have restarted?? Thanks, MK
... View more
07-10-2017
01:18 PM
did you find any solution to this error . i am also getting same .
... View more
07-06-2017
10:27 AM
The analyis.py file is meant to be run within the CDSW console, not directly from the terminal. See the "Getting Started" guide within the CDSW documentation. Within CDSW, Python consoles are backed by Jupyter kernels, which have the necessary configuration to create plots. Best, Tristan
... View more
07-06-2017
10:11 AM
You need to configure a wildcard DNS entry to use CDSW. See the documentation here: https://www.cloudera.com/documentation/data-science-workbench/latest/topics/cdsw_install.html#set_up_wildcard_dns While some features will work without a wildcard, running engines, accessing the terminal, or viewing the Spark UI will not. Because these URLs are random, you cannot simply add them to your local hosts file. Thanks, Tristan
... View more
06-16-2017
06:30 AM
Hi Krishna, It's intentional to not delete the configuration and user data with the 'yum remove' command. The product is using the 'yum remove' - 'yum install' sequence for upgrades as shown in the public doc: https://www.cloudera.com/documentation/data-science-workbench/latest/topics/cdsw_install.html#cdsw_upgrade What do you want to reset exactly? Why do you need to remove everything? Thanks, Peter
... View more
06-16-2017
03:30 AM
Tried same earlier, that time it didn't work. Now executed again. Its working
... View more
05-29-2017
03:25 AM
Could you please explain how did you ran test, if possible could you update those details here
... View more