Member since
07-14-2017
99
Posts
5
Kudos Received
4
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1446 | 09-05-2018 09:58 AM | |
1968 | 07-31-2018 12:59 PM | |
1440 | 01-15-2018 12:07 PM | |
1344 | 11-23-2017 04:19 PM |
09-22-2021
05:17 AM
Hi @mark_hadoop , Is this solved ? If yes ,what was the issue and how were you able to fix it ? Thanks, Albin
... View more
06-15-2020
12:07 AM
@shubh As this is an older post that has been marked solved in 2018. You would have a better chance of receiving a resolution by starting a new thread. This will also provide the opportunity to provide details specific to your environment that could aid others in providing a more accurate answer to your question.
... View more
12-30-2019
01:15 PM
Regex always gives me a go. Knowing if you have a typo, or are completely missing what works and what doesn't is always a big pain. Try working with something like this Regex Tester to get your regex string setup: https://regex101.com
... View more
02-07-2019
04:17 PM
Are you familiar with user defined functions?
... View more
10-05-2018
02:59 PM
1 Kudo
Please try the below query, it should return required results select text from t1 join match where instr(text, hint) !=0; If my suggestion helped to solve the problem, accept the answer. It might help others in the community.
... View more
10-02-2018
01:33 PM
@Shu Thankyou
... View more
09-12-2018
01:57 PM
@rtheron for some reason I cannot follow the first approach. I tried creating an intermediate orc with partitions and loaded the data in to it from external table. now when I load in to the destination from the intermediate table, puthiveql is taking a lot of time. any suggestions are appreciated.
... View more
09-06-2018
03:35 AM
@Bryan Bende I have checked my data, it has no new blank spaces, but was arriving like batches. I am merging the files and appending using puthdfs. When I use the configurations you suggested, some times I am getting a new blank line at the beginning of the file which is appended using puthdfs. Can you please help me how to avoid the blank line at the beginning of the file, also the file is big (1GB).
... View more
09-05-2018
09:58 AM
I find an alternate way of doing Thank you
... View more
08-14-2018
03:17 PM
@Felix Albani Thanks for the helping arm, I will go through them and could ask for suggsetions if required. Thank you.
... View more