Member since
11-17-2021
1163
Posts
261
Kudos Received
30
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 389 | 04-23-2026 02:02 PM | |
| 945 | 03-17-2026 05:26 PM | |
| 6211 | 11-05-2025 10:13 AM | |
| 1134 | 10-16-2025 02:45 PM | |
| 1901 | 10-06-2025 01:01 PM |
11-05-2024
12:09 PM
1 Kudo
Here is the actual fix (it's actually quite loony): don't wrap the name of the file in the REGISTER statement with single quotes. That's it. Catastrophic problems here: 1) Obviously not backwards compatible. 2) If this is a problem, why not just indicate that a) the format is wrong, or b) that a path that started with a single-quote did not yield a valid python file or c) anything understandable instead of getting in the middle of the M/R computation and throwing wacky (mkey? nullPointer) errors.
... View more
10-31-2024
08:02 PM
1 Kudo
@pankajgaikwad Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. If you are still experiencing the issue, can you provide the information Thanks.
... View more
10-30-2024
08:52 PM
Thanks. I guess it is not for total_io_mb but for "memory and v-core utilization". Disk io should be in yarn logs. I will try seek it.
... View more
10-30-2024
08:10 AM
For reference, I tried solution #1 where I added an UpdateAttribute processor and deleted any references to SQL attributes. That did it. Thanks!
... View more
10-30-2024
01:14 AM
1 Kudo
Thank you @SAMSAL , we used Execute Process with a curl script file, when writing the script into the Execute Process itself, the body still did not go away. Your message helped solve the problem, 👏but unfortunately I don't have a button to mark it as a solution.😪
... View more
10-29-2024
09:54 PM
1 Kudo
Thankyou for reffering to experts, Moreover, i am keep going adding the jar files in lib folder but everytime i add and restart the nifi it again give invliad error on another jar file dependency error, do i alos need to add these jar files as dependecy in anyother .xml configuration as well.?
... View more
10-29-2024
11:48 AM
1 Kudo
@Mikkkk Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future. Thanks.
... View more
10-28-2024
04:03 PM
1 Kudo
@HenriqueAX Has the reply helped resolve your issue? If so, please mark the appropriate reply as the solution, as it will make it easier for others to find the answer in the future.
Thanks.
... View more
10-25-2024
09:34 AM
1 Kudo
Forgot to mention, is there something I said that rendered no responses? My apologies if that's the case, didn't think I ofended anybody.
... View more
10-25-2024
05:10 AM
1 Kudo
From the below , it does looks like tez session itself not initialized. Validate configuration from set -v , make sure everything fine and try re-running the query. org.apache.tez.dag.api.SessionNotRunning: TezSession has already shutdown. Application application_1726980746968_0077 failed 1 times (global limit =2; local limit is =1) due to AM Container for appattempt_1726980746968_0077_000001 exited with exitCode: -1000
Failing this attempt.Diagnostics: [2024-10-13 10:30:27.706]Application application_1726980746968_0077 initialization failed (exitCode=255) with output: main : command provided 0 If you can't able to identify the incorrect configuration , raise a support case for the same.
... View more