I want to write my own code in WSO2 BAM. I had gone through samples provided.

Now I want to know how should I write those JAVA classes. What approach should I apply. What all are necessary files. What IDE should be used.

I want to create project and run it on WSO2 BAM and need guidance on how to proceed.

有帮助吗?

解决方案

What Java Classes are you talking about? In WSO2 BAM you don't need to write Java code. You only need to write Hive queries which are similar to SQL queries to program the BAM. Those queries will create Hadoop map-reduce jobs inside. Read docs for more details.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top