Member since
06-03-2014
62
Posts
3
Kudos Received
6
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2854 | 11-30-2017 10:32 AM | |
4848 | 01-20-2016 05:08 PM | |
2210 | 01-13-2015 02:42 PM | |
4527 | 11-12-2014 11:09 AM | |
10680 | 08-20-2014 09:29 AM |
07-24-2019
03:59 AM
Dear All . Below is my data format in pig output file but $1 column contains name :- name dob gender address (LACTE^MIRAM,19659802,F,4395 NOREY AVE^^ATTIC CITY^N9J^09901) (JSON^MAW,19820309,M,COUNTRY CLUB DR^^NORELD^NJ^99225) but want like below:- firstname lastname dob gender address (LACTE,MIRAM,19659802,F,4395 NOREY AVE^^ATTIC CITY^N9J^09901) (JSON,MAW,19820309,M,COUNTRY CLUB DR^^NORELD^NJ^99225) Thanks HadoopHelp
... View more
05-31-2019
08:44 PM
I'm having same issue. customized local parcels stored under /opt/cloudera/parcel-repo are not listing under CM- Parcels I even tried below 1. copied exising parcel which is visible in CM 2. untar parcel to some temp location 3. rename dir (untar) 4. generate parcel/ tar by only replacing parcel name in parcel.json 5. generated sha file 6. Copied parcel and sha files under /opt/cloudera/parcel-repo 7. Restarted cloudera manager server. But no luck Any suggestion?
... View more
08-28-2018
03:34 AM
I am just sharing the relevant part of the linked docs, as they contain the instructions on how to enable the hbase balancer via hbase shell: Load Balancer It is assumed that the Region Load Balancer is disabled while the graceful_stop script runs (otherwise the balancer and the decommission script will end up fighting over region deployments). Use the shell to disable the balancer: hbase(main):001:0> balance_switch false
true
0 row(s) in 0.3590 seconds This turns the balancer OFF. To reenable, do: hbase(main):001:0> balance_switch true
false
0 row(s) in 0.3590 seconds The graceful_stop will check the balancer and if enabled, will turn it off before it goes to work. If it exits prematurely because of error, it will not have reset the balancer. Hence, it is better to manage the balancer apart from graceful_stopreenabling it after you are done w/ graceful_stop.
... View more
01-03-2018
02:04 PM
1 Kudo
The simple answer is to open up the ports in a bidirectional manner on all the hosts. For instance: on each node in cluster A: Allow connectivity to 1004 (or 50010 without Kerberos) and 50020 on each datanode in cluster B. As well as 8020 to namenodes in Cluster B. on each node in cluster B: Allow connectivity to 1004 (or 50010 without Kerberos) and 50020 on each datanode in cluster A. As well as 8020 to namenodes in Cluster A. However... You are right, where the distcp is executed will determine the source/destination. Executing distcp on Cluster A will cause a mapreduce job to run on cluster A. Each datanode will(may) run a task that will connect to the namenode(s) on cluster B for block locations and then datanodes on cluster B for transfer. I'm not sure if the node the distcp is executed on will need access as well. So I generally run the distcp on one of the datanodes.
... View more
09-15-2017
01:07 AM
Quote: "Do you know when the new 5.12.x maintenance release will be available?" It's available now; [ANNOUNCE] Cloudera Enterprise 5.12.1 Released [0] [0] http://community.cloudera.com/t5/Community-News-Release/ANNOUNCE-Cloudera-Enterprise-5-12-1-Released/m-p/59612#M195
... View more
06-26-2017
04:15 AM
Installation is not able to locate the oozie shared library tar gip file. I even didn't find in any other locations. Error: gzip: /usr/lib/oozie/oozie-sharelib-yarn.tar.gz: No such file or directory
tar: This does not look like a tar archive
tar: Exiting with failure status due to previous errors I'm running with Version: Cloudera Enterprise Data Hub Edition Trial 5.11.1 CDH 5.0.0
... View more
01-20-2016
05:08 PM
I did not want to spend too much time on this so I uninstalled and reinstalled the agent. This worked perfectly. I am now up and running. The commands I used: sudo apt-get remove cloudera-manager-agent cloudera-manager-daemons sudo apt-get install cloudera-manager-agent cloudera-manager-daemons
... View more
10-21-2015
01:38 PM
Thanks . That got me a bit closer. I discovered that there was no core created on solrserver2, which i just did and restarted both servers. now i am getting Node: solrserver2:8983_solr is not live ! but i see it started in the manager , and no logs either. What am I missing !! Your help probably saved couple days of reading and frustration !
... View more
08-05-2015
12:07 PM
Kafka 1.3.1 is a maintenance release, and here is the list of fixed issues: http://www.cloudera.com/content/cloudera/en/documentation/cloudera-kafka/latest/topics/kafka_fixed_issues.html HTH! -PD
... View more
06-19-2015
08:31 AM
Renaming the .sha1 file to .sha was successful. Thanks for your help Gautam. Kevin
... View more