Member since
07-19-2018
613
Posts
101
Kudos Received
117
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4903 | 01-11-2021 05:54 AM | |
3343 | 01-11-2021 05:52 AM | |
8647 | 01-08-2021 05:23 AM | |
8164 | 01-04-2021 04:08 AM | |
36053 | 12-18-2020 05:42 AM |
03-25-2020
06:48 PM
Thanks @stevenmatison . worked perfectly..
... View more
03-25-2020
12:27 PM
@MattWho Is HDF 3.5 already released? If not, do you know when it is planned to be released? I saw page with release notes, but repository locations are still not updated. https://docs.cloudera.com/HDPDocuments/HDF3/HDF-3.5.0/release-notes/content/hdf_repository_locations.html
... View more
03-25-2020
11:29 AM
Hive view is no longer available in Ambari 2.7.x version (required for HDP 3). And is deprecated in support of DAS/DAS lite. Alternatively you can use the JDBC tools like DBvisulaizer or Squirrel or Hue.
... View more
03-17-2020
09:29 AM
@prakashpunj Please accept my first reply as the solution?
... View more
03-14-2020
10:53 AM
Given these hostnames exist for this one server: 1) host01.dom1.com 2) althost01.dom2.com 3) althost01.dom3.com I added the entries into /etc/hosts like this: 127.0.0.1localhost localhost.localdomain localhost4 localhost.localdomain4 1.2.3.4 host01.dom1.com althost01.dom2.com althost01 . (rest of servers) . . . Reverse lookup on 1.2.3.4 still returns: althost01.dom3.com wich is not one of the entries in /etc/hosts . So thinking there must be something else that directly sends it over to the DNS, if not /etc/resolv.conf entries as per my earlier suggestion. Thx
... View more
03-12-2020
09:53 AM
Hello Steve, Thanks for your answer. Don't know why your provided answer is not working in my case. But I solved it in another way which I am sharing here for others timestamp : ([0-9]{4})-([0-1][0-9])-([0-3][0-9])\s([0-1][0-9]|[2][0-3]):([0-5][0-9]):([0-5][0-9]).(\d*) source_ip : (?:[0-9]{1,3}\.){3}[0-9]{1,3} Mac : ([0-9A-Fa-f]{2}[:]){5}([0-9A-Fa-f]{2}) dbm : (\d*)\z Thanks!
... View more
03-09-2020
11:44 PM
Solved it. I had to switch "Strict Host Key Checking" to false. Works just fine. Thanks for the help
... View more
03-09-2020
08:34 AM
Have you considered creating a copy of the table as external (in new location you want) and then INSERT into NewTable SELECT * FROM OldTable?
... View more
03-05-2020
10:46 PM
Hi Guys, the solution was to change the browser that I use. The erroneous browser is my Chrome Version 80.0.3987.132 (Official Build) (64-bit) with some AD blockers installed. Everything seems to be fine when I changed to Microsoft Edge so I will try other browsers among a clean install of Chrome as well. Sorry for the inconvenience and thanks for your efforts.
... View more
03-05-2020
06:34 AM
Thank you very much for answer i will try it
... View more