Member since
05-09-2016
280
Posts
58
Kudos Received
31
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4772 | 03-28-2018 02:12 PM | |
3510 | 01-09-2018 09:05 PM | |
2140 | 12-13-2016 05:07 AM | |
6851 | 12-12-2016 02:57 AM | |
5798 | 12-08-2016 07:08 PM |
11-16-2016
05:56 PM
@WeiHsiang Tseng, Firstly, try with 8090, not 9080. When you say close, what you are referring to? Have you logout from the shell or power off the image from VirtualBox. In the latter case, if your Sandbox is not up and running, you will not be able to access 8090 port
... View more
10-31-2016
07:19 PM
Thank you so much @Constantin Stanca, I followed the other link and installed R, rhdfs, rmr2 and rhive. It was a great help.
... View more
06-11-2019
01:17 PM
@Mushtaq Rizvi I hope what ever you're doing above is just replacing with "None" which is a string which consumes memory. Let's I've a scenario. I wanted to replace the blank spaces like below with null values. Can you suggest something on how to do this. Because the whitespaces consume memory where as null values doesn't. |Extension| |gif | | | |gif | | | |html | I wanted it like this. |Extension| |gif | |null| |gif | |null| |html |
... View more
02-24-2017
03:12 PM
@Luis Figueroa: Thank you for your suggestion however it doesn't work for me: I am using HDP 2.5, and I need to transfer a file from my local windows host to sandbox, here is my command: scp -P 2122 /RXIE/..../test.csv root@localhost:root I received the following error message: ssh: connection to host localhost port 2122: Connection refused Thank you.
... View more
10-12-2016
06:30 PM
Thanks a lot @Bernhard Walter , that works like a charm
... View more
10-10-2016
09:16 PM
Thank you so much @Andy LoPresto, it worked. It was capturing nothing earlier, perhaps because of other 3 digit numbers. The log format is consistent throughout the file, so yeah, the workflow flowed like a water 🙂
... View more
07-11-2018
05:34 AM
@Greg, i am trying to execute mysql queries, got error prefix not found. when i verified in mysql note there i observer mysql is there instead of %mysql. But unable to add % before mysql, its not editable. can u please help me how can i edit.
... View more
10-05-2016
02:43 PM
Thanks alot @Andrew Ryan, I moved all the files from the topologies folder, and then restarted Knox, it created default, admin and knoxsso xml files. Tested default and it worked fine. Then I moved back the old knox_sample.xml to the folder and restarted Knox, it worked. Still wondering what could be the issue
... View more
09-03-2016
12:14 AM
It worked, thanks a lot @jhorsch. I was missing some mandatory fields in json payload, that should be the reason for the error.
... View more