Member since
11-22-2016
13
Posts
16
Kudos Received
0
Solutions
03-28-2018
04:48 AM
@Sandeep Nemuri To which question you answered? Who accepted your answer as the best answer? The question is ambiguous and your response is at most a comment ... Useless.
... View more
03-03-2018
12:26 AM
2 Kudos
@Boris Demerov I guess we are both data scientists. Storm comes with Python and Ruby. The right place to start is src/storm.thrift. Since Storm topologies are
just Thrift structures, and Nimbus is a Thrift daemon, you can create
and submit topologies in any language. Here's a specification of the protocol: Multilang protocol. The thrift structure lets you define multilang components explicitly
as a program and a script, e.g., python and the file implementing your
bolt. Multilang uses json messages over stdin/stdout to communicate with the sub-process. Python supports emitting, anchoring, acking, and logging. Storm "shell" command makes constructing jar and uploading to nimbus easy. Here is a good reference: https://docs.microsoft.com/en-us/azure/hdinsight/storm/apache-storm-develop-python-topology
... View more
03-02-2018
11:36 PM
3 Kudos
It will be supported soon. Come to DWS, I am also talking about Apache MXNet on HDP.
... View more
04-20-2017
08:36 PM
It includes Spark 1.6 and 2.1. Hbase 1.1.2 https://2xbbhjxc6wk3v21p62t8n4d4-wpengine.netdna-ssl.com/wp-content/uploads/2017/03/Asparagus-2.6.png
... View more
12-23-2016
03:51 PM
@Randy Gelhausen, thank you for the link. I added that to my favorites!:) @Constantin Stanca Thank you so much for your updated response. It provided valuable reasoning and advice and helped me to read easier Wes' article.
... View more
03-09-2017
05:04 PM
I'd like to add a point of clarity for Dell EMC Isilon. In Isilon's OneFS operating system we have implemented the server (NameNode, DataNode) half of HDFS. A solution with Isilon still requires client systems (eg, CentOS) that have the HDFS Client installed. HBase would be installed on those systems with the HDFS client. HBase cannot be installed on OneFS and run in standalone mode. It could be installed in standalone mode on another system that used a mount or other path to store data on OneFS. But that would not be the same as running HBase on OneFS.
... View more