Member since
10-04-2017
113
Posts
11
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
18475 | 07-03-2019 08:34 AM | |
2123 | 10-31-2018 02:16 AM | |
13051 | 05-11-2018 01:31 AM | |
8671 | 02-21-2018 03:25 AM | |
2988 | 02-21-2018 01:18 AM |
02-21-2018
02:37 AM
Hi @awong I tried from the document you mentioned and have below exception while copying the data from existing masters. kudu local_replica copy_from_remote --fs_wal_dir=/data/1/kudu/wal --fs_data_dirs=/data/1/kudu/data 00000000000000000000000000000000 xxxxxxxxxxx.migration.santanderuk.corp:7051 I0221 10:35:07.571077 37523 mem_tracker.cc:140] MemTracker: hard memory limit is 201.702087 GB I0221 10:35:07.571144 37523 mem_tracker.cc:142] MemTracker: soft memory limit is 121.021248 GB I0221 10:35:07.571871 37523 env_posix.cc:1308] Raising process file limit from 1024 to 4096 I0221 10:35:07.571907 37523 file_cache.cc:401] Constructed file cache lbm with capacity 1638 I0221 10:35:07.572870 37523 log_block_manager.cc:1343] Data dir /data/1/kudu/data/data is on an ext4 filesystem vulnerable to KUDU-1508 with block size 4096 I0221 10:35:07.572883 37523 log_block_manager.cc:1353] Limiting containers on data directory /data/1/kudu/data/data to 2721 blocks I0221 10:35:07.573066 37523 fs_manager.cc:256] Time spent opening block manager: real 0.001s user 0.000s sys 0.001s I0221 10:35:07.573223 37523 fs_manager.cc:259] Opened local filesystem: /data/1/kudu/data,/data/1/kudu/wal uuid: "32cd48071fbe40ef8b4c8f2726d52962" format_stamp: "Formatted at 2018-02-21 09:59:54 on xxxxxxxx" I0221 10:35:07.577749 37523 tablet_copy_client.cc:166] T 00000000000000000000000000000000 P 32cd48071fbe40ef8b4c8f2726d52962: Tablet Copy client: Beginning tablet copy session from remote peer at address srvcloprlsk332.migration.santanderuk.corp:7051 Remote error: Unable to begin tablet copy session: Not authorized: unauthorized access to method: BeginTabletCopySession: Invalid argument: Unable to decode tablet copy RPC error message: message: "Not authorized: unauthorized access to method: BeginTabletCopySession" code: ERROR_APPLICATION I'm running this as root user. My cluster is kerborized.
... View more
02-21-2018
01:18 AM
Hi @awong That means we would need a java or such program to convert the data to Parquet and then copy to HDFS right!!
... View more
02-19-2018
01:58 AM
Hi, We know that kudu doesn't provide any backup or restore support. If we have to do it on our own, what all has to be backedup?
... View more
Labels:
- Labels:
-
Apache Kudu
02-19-2018
01:56 AM
@Hao Hao Error: Unable to init master catalog manager: Invalid argument: Unable to initialize catalog manager: Failed to initialize sys tables async: on-disk and provided master lists are different.
... View more
02-15-2018
06:14 AM
Hi, What does Multi-datacenter is not supported in kudu mean? Does it say that we can't have tablets servers in different datacenters?
... View more
Labels:
- Labels:
-
Apache Kudu
02-14-2018
09:15 AM
Hi, I have installed kudu on my CDH 5.11.2 cluster with 2 masters. I want to add on emore master now. When i tried the regular way, my existing masters failed to start. Any thoughts are welcome. Thanks
... View more
Labels:
- Labels:
-
Apache Kudu
01-22-2018
02:52 AM
Hi,
It might seem vague but does kudu by any chance use hdfs for storage in the latest versions??
... View more
Labels:
- Labels:
-
Apache Kudu
-
HDFS
12-28-2017
05:16 AM
It should work without kerberos as well. I haven't tried it but you can give it a try.
... View more
12-28-2017
03:23 AM
Though documentation says kafka acl's are available, its available through dsentry only and not kafka-acls.
... View more