Member since
10-18-2018
18
Posts
1
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
69 | 04-05-2021 03:09 PM |
04-09-2021
09:54 AM
Hi @bsaad Thank you for helping me with the logs, Sounds like a "Hardening" issue, if that is what to be mentioned by VirtualBox Community. Please read these and triage the situation based on your System Specs: VirtualBox Threads: https://forums.virtualbox.org/viewtopic.php?f=6&t=95559 Diagnosing VirtualBox Hardening Issues Hope this helps! Is your question answered? If Yes, Feel free to mark the answer as "Accept as Solution". If you find this reply helpful, say thanks by clicking on the "thumbs-up" button.
... View more
04-09-2021
07:54 AM
Hey @bsaad Thank you for keeping us posted. Glad that you were able to figure it out. >>> However, I am still not able to run cloudera. What is it that you are observing? Or Steps that you take? What about the logs? Did you get to check the logs in the specified location? Let me know how it goes. - Vaishaak
... View more
04-08-2021
02:13 PM
Hi @bsaad Thank you for posting in Cloudera Community. Did you get to look at the logs for more details on the situation?: C:\Users\badao\VirtualBox VMs\cloudera-quickstart-vm-5.4.2-0-virtualbox\Logs\VBoxHardening.log Also, I came across these from Microsoft and VirtualBox Community that may be resourceful too. Microsoft: https://answers.microsoft.com/en-us/windows/forum/all/how-to-fix-virtualbox-failed-to-open-a-session-for/39b7cb91-8983-46f4-897c-99a4709dd5c4 VirtualBox Community: https://forums.virtualbox.org/viewtopic.php?t=33196 Hope this helps! Is your question answered? If Yes, Feel free to mark the answer as "Accept as Solution". If you find a reply helpful, say thanks by clicking on the "thumbs-up" button.
... View more
04-07-2021
04:19 AM
1 Kudo
Hi, @vtpcnk Greetings! Thank you for posting in Cloudera Community. You can use a RegEx pattern like this, Try this out: CM > Backup > Schedules > Actions > Edit Configurations > Advanced > Path Exclusion ^(?!.*.tmp).*$ For more information, here are some nicer reads: Section 7: CLDR Doc (Adding Exclusion) How-to: Building/Testing RegEx Hope this helps! Is your question answered? If Yes, Feel free to mark the answer as "Accept as Solution". If you find a reply helpful, say thanks by clicking on the "thumbs-up" button.
... View more
04-06-2021
11:05 AM
Hello @meenzoon, I am glad to hear that this situation is resolved and really appreciate you providing the steps you took to solve this. Have a good one!
... View more
04-05-2021
03:09 PM
Hey, @meenzoon Hope this message finds you. I did get a chance to review your logs: 1. Was there a recent upgrade from CDH5 to CDH6? 2. Are there any other roles in this instance not working? 2021-03-30 16:37:45,512 INFO exited: 178-hue-HUE_SERVER (exit status 0; not expected)
2021-03-30 16:37:46,174 INFO gave up: 178-hue-HUE_SERVER entered FATAL state, too many start retries too quickly The above indicates there seems to be an issue with Supervisord. However, 3. What do you observe in the Hue role's stderr and stdout? Hint: You can get the Hue Process's stderr and stdout under CM > Hue > Instances > Hue Server > Log Files > Stdout and Stderr(Quick-link) Let us know how it goes.
... View more
01-08-2020
06:35 AM
Hi Snehasish, From your post, I see that you are referring to Please refer these links for more information on S3 BDR: >> Our Blog on S3 and BDR https://blog.cloudera.com/using-amazon-s3-with-cloudera-bdr/ >> Hive Replication to/from Cloud storage https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cm_bdr_hive_replication.html#concept_ld2_v2z_qm "From the documentation, If you configure replication of a Hive table and then later drop that table, the table remains on the destination cluster. The table is not dropped when subsequent replications occur." To answer your query, That depends on How the delete policy of the Replication Job is set to and also the Permission attributes set in the Advanced configuration of the replication schedule, Refer to the "Hive Replication to/from Cloud storage" on both the attributes for better understanding and write back to us if you need further clarification. Regards V
... View more
01-07-2020
02:27 PM
Hi @Nick Error found before invoking supervisord: [Errno 2] No such file or directory: '/sys/fs/cgroup/cpuacct,cpu/system.slice/docker-542551d4e6b6ca6c6ab65a6f3b51c538b126a1762b36b35b7ba9023ed262f953.scope/185-yarn-RESOURCEMANAGER' The above looks like you have this inside a Docker container. Please confirm. - Could you do the following to help us understand this better 1. Have you tried running the docker as the privileged mode? if you do not have mounts configured? #docker run -t -i --privileged os-flavor:os-version (example centos:6) 2. Create directory using root where the CM is trying to create the specified path: #mkdir /sys/fs/cgroup/cpuacct,cpu/systemd/system.slice/ Let me know how it goes. Thanks V
... View more
01-07-2020
01:27 PM
Hello @kotni, The Stack trace says the connection is refused on the NameNode port(9870) dfs.namenode.http-address , hence make sure the required ports are configured/opened in both the source and Destination clusters on performing Distcp. - Here is the list of ports used by CDH components and DistCP - https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cdh_ports.html - https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/install_ports_distcp.html Post that, Try out the below: - Examples of DistCP syntaxes to try out https://docs.cloudera.com/documentation/enterprise/6/6.3/topics/cdh_admin_distcp_data_cluster_migrate.html#distcp_examples Let us know how it goes. - Vaishaak
... View more
05-10-2019
02:34 PM
Hello TheRabroub, Thank you for posting this in our Community. E: Failed to fetch https://archive.cloudera.com/cm5/ubuntu/xenial/amd64/cm/pool/contrib/o/oracle-j2sdk1.7/oracle-j2sdk1... transfer closed with 118225812 bytes remaining to read "The above could mean that the connectivity between the Host and the Cloudera archive might have been intervened by network congestion/flaky network" E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? END (100) remote package oracle-j2sdk1.7 Have you tried the above-mentioned? If not, Since you are on Ubuntu, Try to fix/retry the missing packages by executing this: #sudo apt-get update or #sudo apt-get update --fix-missing Let us know how it goes. Cheers
... View more