Member since
02-27-2020
173
Posts
42
Kudos Received
48
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1856 | 11-29-2023 01:16 PM | |
| 2351 | 10-27-2023 04:29 PM | |
| 1883 | 07-07-2023 10:20 AM | |
| 3880 | 03-21-2023 08:35 AM | |
| 1343 | 01-25-2023 08:50 PM |
12-09-2020
08:13 AM
1 Kudo
Those two things together did the trick. Added a proper IAM role to the IDbroker mapping and logged in with my workload user. Thanks for the helpful insight!
... View more
12-08-2020
01:23 PM
1 Kudo
I haven't been able to try this with distcp, but a similar thing happens with hdfs dfs commands. What I found is if you have your target folder created (e.g. hdfs dfs -mkdir /e/f/), then copying into that folder will give you all of your CSVs as separate files. If you don't have /e/f/ created ahead of time, then Hadoop will create it for you and rename your source csv to be called "f". Hope that makes sense and helps.
... View more
11-30-2020
07:01 AM
Hello, I'm trying to open a non-technical case to get username and password as suggested in the guide: https://docs.cloudera.com/HDPDocuments/Ambari-2.7.5.0/bk_ambari-installation/content/ch03s02s01.html but when i click on "Create Case" button, I got the error: "Accessing the requested page requires special permissions." So, anyone can tell me how to contact Cloudera to get the credential needed? Thank You
... View more
11-22-2020
03:53 AM
Everything is done as per the installation guide you provided.... still no joy Weird thing is import from Teradata to CDH works seamlessly, Just can't get export working
... View more
11-20-2020
12:23 AM
Thanks! The problem was the security groups configuration 🙂
... View more
11-13-2020
09:35 PM
could you give a working example of this in spark 2.4 using scala dataframe can't seem to find the correct syntax... val result = dataFrame.select(count(when( col("col_1") === "val_1" && col("col_2") === "val_2", 1)
... View more
11-04-2020
01:32 AM
@drgenious Could you please connect to impala-shell and submit the same query just to bee confirmed that the error is not from impala.
... View more
10-29-2020
03:34 AM
@aakulov Thank you for the response. This works.
... View more
10-21-2020
05:48 PM
Can you share a little more about your use case? Are you only appending to the table or also updating records (UPSERT)? Will there be duplicate records? Also, what version of Hive are you working with?
... View more