Member since
10-13-2021
40
Posts
0
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1006 | 03-23-2022 08:49 AM | |
2078 | 02-11-2022 01:11 AM | |
2302 | 02-03-2022 01:41 AM | |
592 | 01-21-2022 07:13 AM |
03-24-2022
03:59 AM
Hi, I guess this is more a feature request : to be able to edit CML runtime catalog (delete runtimes, to keep the catalog clean) thanks
... View more
Labels:
- Labels:
-
Cloudera Machine Learning (CML)
03-23-2022
08:51 AM
btw, also it does not care about the user (for instance, no need to provide user as gitlab user, etc...)
... View more
03-23-2022
08:49 AM
sorted it out! the full version is actually taken from the tag in the base image pulled in the docker file e.g. in: FROM docker.repository.cloudera.com/cdsw/ml-runtime-jupyterlab-python3.6-standard:2021.02.1-b2 it's 2021.02.1 so, the following lines must look like ENV ML_RUNTIME_EDITION="Telnet Edition" \ ML_RUNTIME_SHORT_VERSION="2021.02" \ ML_RUNTIME_MAINTENANCE_VERSION="1" \
... View more
03-23-2022
08:23 AM
setting tag to short version concatenated with maintenance version, by a '.' does not work
... View more
03-23-2022
08:12 AM
setting tag to short version concatenated with maintenance version, by a '-' does not work
... View more
03-23-2022
08:06 AM
setting tag to com.cloudera.ml.runtime.full-version does not work
... View more
03-22-2022
09:22 AM
is the *host* in https://docs.cloudera.com/machine-learning/cloud/runtimes/topics/ml-add-docker-registry-credentials-runtime.html the same as <company-registry>? thanks
... View more
03-22-2022
09:09 AM
I tried with registry/cdsw/image-name:tag following this AMP example https://github.com/cloudera/CML_AMP_Structural_Time_Series but it does not work
... View more
03-22-2022
08:57 AM
Hi, I am trying to add a custom runtime from gitlab private docker registry , and I am getting this error "The provided full version does not start with the short version concatenated with maintenance version." it might related to the path... I am trying to follow https://docs.cloudera.com/machine-learning/cloud/runtimes/topics/ml-distribute-the-runtime-image.html are there rules for the 'user' ? gitlab registry has some '/' , but I make sure that the last fields (sep by / ) are user , image-name:tag any idea? thanks
... View more
Labels:
- Labels:
-
Cloudera Machine Learning (CML)
03-14-2022
04:56 AM
Hi, sorry for the late reply nope, I still get this error Error: Error while compiling statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName=Map 1, vertexId=vertex_1647249588842_0007_1_00, diagnostics=[Vertex vertex_1647249588842_0007_1_00 [Map 1] killed/failed due to:ROOT_INPUT_INIT_FAILURE, Vertex Input: coach_nouveau_rapport_qi_filtered initializer failed, vertex=vertex_1647249588842_0007_1_00 [Map 1], java.io.FileNotFoundException: No such file or directory: ... indeed, it cannot find the table, because it does not exist on AWS S3
... View more
03-14-2022
02:20 AM
Hi Azhar, thanks -- yeah, I had already used that workaround, but as I have issues with packages installation on that 'host' user's home, I still wanted to know if is possible to add the workload user on the host (namely, on etc/passwd) Thanks, Gianrocco ps: start/stop does not delete the user on /etc/passwd (terminate/repair the host yes, it will)
... View more
03-10-2022
07:21 AM
https://docs.rstudio.com/ide/server-pro/authenticating_users/restricting_access.html (that's in case for the context)
... View more
03-10-2022
05:34 AM
when I try sudo passw [any_exisiting_user] I get this error: Password reset by root is not supported. and the workload passw is not accepted by Rstudio, I guess because it looks up for passw in /etc/passwd any idea ? thanks
... View more
03-10-2022
05:30 AM
Hi @shehbazk @Azhar_Shaikh , thanks , but maybe I was not clear Rstudio needs a user on the host, in other words , the ones on /etc/passwd which right now, it contains neither workload nor machine users (we have already a machine user) the question whether is possible to add one of an existing user to the host (as in /etc/passwd) thanks
... View more
03-10-2022
12:38 AM
hi, is it possible to add workload user as host user ? (just need it for rstudio server) thanks
... View more
Labels:
- Labels:
-
Cloudera Data Platform (CDP)
03-08-2022
05:11 AM
hi @smdas Thanks I could not test it test, as our CML workspace had some issues (it crashed upon upgrade -- CE support is on it) -- we will try with a new one thanks
... View more
03-03-2022
03:33 AM
thanks @GangWar in our case I think we have to go with https://docs.cloudera.com/machine-learning/cloud/runtimes/topics/ml-customized-runtimes.html as we have to install cmake (via yum install) right?
... View more
03-01-2022
07:07 AM
Hi, I need to install an OS package (yum install ...) -- in order to install packages needed for a (CML) R session. How can I do it on CML ? apparently I cannot do it from the session terminal (on /home/cdsw) thanks
... View more
- Tags:
- cml
Labels:
- Labels:
-
Cloudera Machine Learning (CML)
02-24-2022
03:05 AM
...and it's also not a matter of permission, as I can see in S3 a table with the same owner (as the ones I cannot see)
... View more
02-24-2022
02:55 AM
Hi @asish , it simply means that the table is not there (listed in S3 bucket, at the URI indicated by 'location' , that you get when running for instance `show create table` or `DESC EXTENDED table`) (stats seems fine) regards, Gr
... View more
02-22-2022
05:37 AM
Hi @asish (I have two table missing) so, the command ANALYZE TABLE Table1 COMPUTE STATISTICS; runs fine on (let's say) table1, but it fails on table2 with error: ``` ERROR : FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.tez.TezTask. Vertex failed, vertexName=Map 1, vertexId=vertex_1645517986487_0008_1_00, diagnostics=[Vertex vertex_1645517986487_0008_1_00 [Map 1] killed/failed due to:ROOT_INPUT_INIT_FAILURE, Vertex Input: coach_nouveau_rapport_qi_filtered initializer failed, vertex=vertex_1645517986487_0008_1_00 [Map 1], java.io.FileNotFoundException: No such file or directory: ```
... View more
02-22-2022
01:40 AM
Hi, in hive, I have a difference (of two tables) between what beeline shows and what's I can see on S3 (at the location indicated by `show create table [table name]` ) any idea why? thanks
... View more
Labels:
02-11-2022
01:11 AM
Hi @aakulov , thanks for your reply. In the last few days we had it fixed, thanks to CE support' help. Not sure why, but he decided to reinstall Hive from scratch, and replace it with **Hive_on_Tez**. The sqoop commands now seems to run fine, after updating the --hs2-url parameter accordingly (and upon regeneration of kerberos tickets for hive) thanks anyway for your suggestions -- hope my answer will be useful to someone kind regards, gr
... View more
02-04-2022
03:51 AM
Hi,
i am having the error message in the title, but I am stuck as I have already checked the followings:
* ranger permissions: cm_s3 / all - bucket, path -- the user in the the list for read / write / all permissions
* IDBroker role: user has a cdp-datalake-admin-role, which has a cdp-datalake-admin-policy-s3access
any other idea and what to check?
thanks
... View more
Labels:
02-03-2022
01:41 AM
Hi @mszurap , thanks for the tool So, somehow the connection is now working , namely the command we tried to cloudera support, like: `sqoop eval --connect ...` or ` sqoop list-databases --connect` before running any sqoop command, we set up a ssh tunnel, with ssh -o ServerAliveInterval=60 -M -S mktemp -fN -L local_port:psql_fqdn:remote_p user@host_IP (which I was doing also before, so not sure why now it works... I will mark it now as solved thanks anyway, Gr
... View more
02-02-2022
12:28 AM
Hi, yes, we are trying that, on 'our' side -- the point is that the team is basically me, and I have to ask around for help, with parteners related to our organization best, Gr
... View more