Member since
08-27-2017
43
Posts
1
Kudos Received
0
Solutions
04-19-2018
03:13 PM
@Ashikin Hi Ashikin, I am having the same issue as you had. How did you solve your issue? Would you please share the steps would be a great help. Thank you.
... View more
12-05-2017
05:13 AM
Hi Aditya, I have problem that Zeppelin UI cant found my spark2 interpreter. Error stated 'Prefix not found'
... View more
12-01-2017
07:12 AM
Thank you Aditya it worked. I made a backup file. 🙂
... View more
11-30-2017
10:13 AM
Hi Jay, thanks for replying. myhostname is not really my hostname. I kept it confidential. 1) I did 'telnet myhostname 50070'. This is the result. [root@myhost ~]# nc -v myhostname 50070
Ncat: Version 6.40 ( http://nmap.org/ncat )
Ncat: Connected to myhostip:50070.
.
HTTP/1.1 400 Bad Request
Connection: close
Server: Jetty(6.1.26.hwx)
2) When I grep 50070. [root@myhost hdfs]# netstat -tnlpa | grep 50070
tcp 0 0 myhostip:50070 0.0.0.0:* LISTEN 17042/jav a
tcp 0 0 myhostip:50070 myhostip:53422 TIME_WAIT -
tcp 0 0 myhostip:53080 myhostip:50070 CLOSE_WAIT 194862/nc
tcp 0 0 myhostip:50070 myhostip:53420 TIME_WAIT -
tcp 0 0 myhostip:50070 myhostip:53424 TIME_WAIT -
tcp 0 0 myhostip:50070 myhostip:53426 TIME_WAIT -
tcp 0 0 myhostip:50070 myhostip:53440 TIME_WAIT -
tcp 0 0 myhostip:50070 myhostip:53418 TIME_WAIT -
... View more
12-01-2017
07:15 AM
Thank you Jay. It works for me. 🙂
... View more
11-16-2017
10:24 PM
There is also a metron_rest_classpath parameter that can be used for the same purpose (both of these parameters are added to the REST application classpath). You might want to consider keeping just /path/to/metron-elasticsearch-*-uber.jar in metron_indexing_classpath and moving the others to metron_rest_classpath. Probably won't matter now but could cause issues down the road if metron_indexing_classpath is ever reused for something else.
... View more
11-15-2017
12:35 AM
Hi Jay, I update the nodejs version and it works. Thanks a lot. 🙂
... View more
10-13-2017
06:59 AM
Aditya, I got this error at Zeppelin UI
... View more
10-03-2017
01:33 AM
Alright....Thanks Jasper 🙂
... View more