Member since
11-20-2019
6
Posts
0
Kudos Received
0
Solutions
05-07-2023
01:56 PM
Hi @AsimShaikh I'm facing the same issue kudu version 1.11 Kindly find below ddl create table Test ( my_mid bigint, my_ timest String, my_ uuid String, my__PROC_DATE timestamp, my_PROC_HOUR String, my_MONITORING_POINT String, my_SUBSCRIBER_TYPE String, my_EVENT_TYPE String, my_TRAFFIC_TYPE String,my_LOCATION_IDENTIFIER String, my_DESTINATION String, my_FILENAME String, my_APN String, my_ROAMING_OPERATOR String, my_START_DATE timestamp, my_SERVICE_FLAG String, my_START_HOUR String, my_CGI String, my_COUNTRY_FLAG String, my_SWITCH_NAME String, my_FLAG_2G_3G String, my_MINIMUM_TIME bigint, my_MAXIMUM_TIME bigint, my_CDR_COUNT bigint, my_EVENT_COUNT bigint, my_EVENT_DURATION bigint, my_DATA_VOLUME double, my_UPLINK_VOLUME double, my_DOWNLINK_VOLUME double, my_NODE_NAME String, my_A_NUMBER String, my_B_NUMBER String, my_IMSI String, my_IMEI String, my_FILENAME String, my_APN String, my_ACTUAL_VOLUME double, my_IMSI String, my_SESSION_ID String, my_IPC_SERVICE_FLAG String, my_RATING_GROUP String, my_CHARGING_CHARACT String, my_CAUSE_FOR_CLOSING String, PRIMARY KEY (my_mid, my_timest, my_uuid) ) PARTITION BY HASH(my_timest) PARTITIONS 4 STORED AS KUDU TBLPROPERTIES ( 'kudu.master_addresses' = "XXXXXX" );
... View more
02-23-2023
08:46 AM
Hi, I want to set the cash duration for listSftp to be 40 days, I want to clear cash every 40 days is there a way to log the met-data of the listed file for example file name and reading timestamp and query the listed file?
... View more
Labels:
- Labels:
-
Apache NiFi
02-17-2021
02:28 AM
Hello, I want to schedule my processor to run twice a day once at 8 am and one at 5 pm every day
... View more
Labels:
- Labels:
-
Apache NiFi
04-15-2020
04:48 AM
when I'm uploading a file to a certain folder Nifi processor "get file" read files from this folder before it's finished uploading the file so the file became corrupted.
... View more
Labels:
- Labels:
-
Apache NiFi