Member since
06-06-2017
17
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4911 | 10-31-2017 06:29 PM |
05-10-2018
11:06 AM
Yes, But this is guide how to build extra parcels not build CDH parcels self. For examples , i want to change some Hadoop code , how to build a new CDH parcels
... View more
05-07-2018
12:55 AM
Hi: If i want to do some changes in CDH self parcels . (somethings like add some jars, ) How to build a customized CDH self parcels?
... View more
Labels:
- Labels:
-
CDH Manual Installation
12-20-2017
06:24 PM
Hi All, As you know, CM provide parcel/csd to make you easy to integrate third-party component with CM. Do you guys know where is CDH self's CSD? How can i find in CDH Cluster? -Thanks
... View more
Labels:
11-22-2017
10:50 PM
HAR works for me on cdh5.11.0. But i think should be ok for cdh5.9.0 as well. can you share how you generate the HAR files?
... View more
11-12-2017
10:26 PM
Also some character case issue, you should follow flume official document to do configure. http://flume.apache.org/FlumeUserGuide.html#spooling-directory-source
... View more
11-12-2017
05:20 PM
HI, When you submit a sqoop job, it will convert to MR job running in your cluster. if the job need to access mysql . how to grant privileges to cluster? means need grant privileges to each server in cluster one by one? Thanks Harry
... View more
Labels:
- Labels:
-
Sqoop
11-08-2017
05:12 PM
Thanks, can you share out some more details? such as workflow, scripts
... View more
11-02-2017
08:01 PM
Hi All, can someone explain how CM works backend? for example, When i hit restart some service in CM UI, how CM do? means what's the steps, what scripts will be execute?
... View more
Labels:
- Labels:
-
Cloudera Manager
10-31-2017
06:33 PM
do you install HUE service? if so, u can go to Hue ,then go to job browser, find such oozie workflow. will to find the logs to figure out whether some error show up. If not ,you can also go to oozie webui to check.
... View more
10-31-2017
06:29 PM
what elephant stand for? hostname? DNS? You need make the server which you run such command can tell this DNS(elephant)
... View more
10-31-2017
06:27 PM
Memory capacity depends on your case. U know, NodeManager handle all real work . For HDFS data folder ,you can search 'dfs.data.dir' in HDFS service. For Log files, you can search 'log.dir' in HDFS service, you need configure log dir for each roles(datanode/namenode/history/.....) If you want to use Spark On Yarn, you need make a good resource plan, you can look into Yarn Resource Pools.
... View more
10-27-2017
11:33 PM
Thanks, i find the repo in cloudera, but what i means, i can not find these csd in the deployed server.
... View more
09-30-2017
12:58 AM
Hi Adar, My CDH cluster verison is 5.11.0. I follow the steps to install kudu-client0,kudu-client-devel first. rpm -qa|grep kudu kudu-client-devel-1.3.0+cdh5.11.0+0-1.cdh5.11.0.p0.13.el6.x86_64 kudu-client0-1.3.0+cdh5.11.0+0-1.cdh5.11.0.p0.13.el6.x86_64 But when i install the kudu-python using the source packge (kudu-python-1.2.0). someother errors show up, Could you help take a look ? Thanks /opt/cloudera/parcels/Anaconda/bin/python setup.py install Building from system prefix /usr running install running bdist_egg running egg_info writing requirements to kudu_python.egg-info/requires.txt writing kudu_python.egg-info/PKG-INFO writing top-level names to kudu_python.egg-info/top_level.txt writing dependency_links to kudu_python.egg-info/dependency_links.txt reading manifest file 'kudu_python.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '../LICENSE.txt' warning: no previously-included files matching '*.so' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '#*' found anywhere in distribution warning: no previously-included files matching '.git*' found anywhere in distribution warning: no previously-included files matching '.DS_Store' found anywhere in distribution writing manifest file 'kudu_python.egg-info/SOURCES.txt' installing library code to build/bdist.linux-x86_64/egg running install_lib running build_py copying kudu/version.py -> build/lib.linux-x86_64-2.7/kudu running build_ext building 'kudu.client' extension gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include -I/opt/cloudera/parcels/Anaconda/include/python2.7 -c kudu/client.cpp -o build/temp.linux-x86_64-2.7/kudu/client.o cc1plus: warning: command line option "-Wstrict-prototypes" is valid for Ada/C/ObjC but not for C++ g++ -pthread -shared -L/tmp/tmpQcQ0Zo/Anaconda-4.0.0/lib -Wl,-rpath=/tmp/tmpQcQ0Zo/Anaconda-4.0.0/lib,--no-as-needed build/temp.linux-x86_64-2.7/kudu/client.o -L/usr/lib -L/tmp/tmpQcQ0Zo/Anaconda-4.0.0/lib -Wl,-R/usr/lib -lkudu_client -lpython2.7 -o build/lib.linux-x86_64-2.7/kudu/client.so /usr/bin/ld: cannot find -lpython2.7 collect2: ld returned 1 exit status error: command 'g++' failed with exit status 1
... View more