Member since
04-28-2017
41
Posts
14
Kudos Received
11
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3351 | 09-05-2018 07:40 PM | |
6294 | 02-15-2018 08:08 PM | |
4855 | 11-21-2017 09:54 AM | |
3956 | 11-13-2017 11:52 AM | |
15352 | 07-25-2017 10:42 AM |
07-10-2017
12:17 PM
MSharma, Can you pull the image manually? docker pull gcr.io/google_containers/pause-amd64:3.0 There should be no need for authentication. You are likely facing some proxy misconfiguration or certificate validation error. Best, Tristan
... View more
07-10-2017
11:08 AM
Does your node have internet access or a properly configured HTTP(S)_PROXY? This error can occur when Docker cannot download images from Cloudera's Docker registry. You may see additional information using "systemctl status docker" or "journalctl -u docker". Please let us know if you see additional errors or changing your configuration resolves the issue. Tristan
... View more
07-06-2017
10:20 AM
Hi, Sparklyr is supported by RStudio, so it may be better to ask this question directory to RStudio or in a forum like StackOverflow. However looking at the code it appears you are passing a string to copy_to rather than a dataframe. If assetstatuses is a dataframe that is available, you can try copying it with copy_to(sc, assetstatuses) without quotes around assetstatuses. See: http://spark.rstudio.com/reference/sparklyr/latest/copy_to.html 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
07-06-2017
10:04 AM
1 Kudo
Hi David, This should be the IP address of the master CDSW node. We will work to clarify this in the documentation. Thanks, Tristan
... View more
06-15-2017
08:17 PM
Hi Pollylaw, Have you set JAVA_HOME in your the Administration settings? There is a known issue in 1.0.1 with custom JAVA_HOME directories that can lead to this error message. A workaround is to remove JAVA_HOME from Admin > Engines and make sure Java is located at a location that can be detected by the bigtop-detect-javahome.sh script. This will be fixed in a future release. Please let us know if this workaround does not solve your issue or if this explanation does not match your configuration. Tristan
... View more
06-14-2017
03:01 PM
Do you have LDAP or SAML enabled? What version of CDSW are you running?
... View more
06-14-2017
03:00 PM
For real installations, you should pull from a repository. This will ensure all the nodes in your CDSW cluster have access to the image, not just the node where you built it. Moreover, you should not assume that your Docker image store is persistent across upgrades or in long-running clusters where we may evict less used images to free space. By pushing your custom images to a repository, you will ensure that images are never deleted due to image eviction policies or other administration tasks.
... View more
06-14-2017
02:56 PM
If you have set the SMTP server for email notifications, you can use the "forgot password" link on the Sign In page. If you have not configured SMTP server and you have lost your admin password, you will need to either reinstall Cloudera Data Science Workbench or contact Cloudera Support for a workaround.
... View more
06-12-2017
08:44 PM
It appears your installation was interrupted. Please try `cdsw reset` followed by `cdsw init`.
... View more
- « Previous
-
- 1
- 2
- Next »