Member since
08-23-2017
13
Posts
0
Kudos Received
0
Solutions
08-29-2017
07:02 AM
Should I put below value in /etc/profile? sudo /etc/init.d/ntpd restart --max_clock_sync_error_usec=11000000
... View more
08-28-2017
12:55 PM
I am unable to use Kudu and getting some error messages: [cloudera@quickstart kudu]$ sudo cat /var/log/kudu/kudu-master.FATAL Log file created at: 2017/08/23 15:32:16 Running on machine: quickstart.cloudera Log line format: [IWEF]mmdd hh:mm:ss.uuuuuu threadid file:line] msg F0823 15:32:16.151196 5485 hybrid_clock.cc:227] Couldn't get the current time: Clock unsynchronized. Status: Service unavailable: Error: Clock synchronized but error wastoo high (10000016 us). [cloudera@quickstart kudu]$ kudu -version kudu 1.4.0-cdh5.12.0 [cloudera@quickstart kudu]$ hadoop version Hadoop 2.6.0-cdh5.10.0 Any help?
... View more
Labels:
- Labels:
-
Apache Kudu
08-28-2017
10:48 AM
Hi, How do I find "kudu.master"? client = kudu.connect(host='kudu.master', port=7051) I get an error when I use it as a localhost: >>> client = kudu.connect(host='localhost', port=7051) Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/cloudera/anaconda2/lib/python2.7/site-packages/kudu/__init__.py", line 92, in connect rpc_timeout_ms=rpc_timeout_ms) File "kudu/client.pyx", line 271, in kudu.client.Client.__cinit__ (kudu/client.cpp:5415) File "kudu/errors.pyx", line 62, in kudu.errors.check_status (kudu/errors.cpp:1073) kudu.errors.KuduBadStatus: Timed out: Could not connect to the cluster: ConnectToClusterRpc(addrs: 127.0.0.1:7051, num_attempts: 241) passed its deadline: Network error: Client connection negotiation failed: client connection to 127.0.0.1:7051: connect: Connection refused (error 111)
... View more
08-24-2017
12:19 PM
Hi, I am unable to use kudu with Python. [cloudera@quickstart ~]$ sudo pip install kudu-python Collecting kudu-python Using cached kudu-python-1.2.0.tar.gz Complete output from command python setup.py egg_info: Cannot find installed kudu client. ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-GE6kA6/kudu-python/ [cloudera@quickstart ~]$ kudu -version kudu 1.2.0-cdh5.10.2 revision f8f159f3c55f72ef026776f6176855e4f6e70271 build type RELEASE built by jenkins at 07 Jun 2017 01:01:28 PST on kudu-centos66-19fa.vpc.cloudera.com build id 2017-06-07_00-28-13 [cloudera@quickstart ~]$ python -V Python 2.7.13 :: Anaconda 4.4.0 (64-bit) This is what I am following: https://www.cloudera.com/documentation/kudu/latest/topics/kudu_development.html Any help?
... View more
Labels:
- Labels:
-
Apache Kudu