Member since
06-06-2017
17
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
6245 | 10-31-2017 06:29 PM |
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:
-
Apache Sqoop
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-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