yahoo / storm-yarn

Storm-yarn enables Storm clusters to be deployed into machines managed by Hadoop YARN.
Other
417 stars 161 forks source link

question : compile storm_master.thrift #82

Closed tsface closed 8 years ago

tsface commented 8 years ago

i have changed storm_master.thrift file , when i compiled the file by thrift 0.9.2 , that thrift7 doesn't exist anywhere , how can I compile the file.

revans2 commented 8 years ago

We were using the old thrift fork

https://github.com/nathanmarz/thrift/tree/storm

storm itself has moved on and now uses thrift 0.9.2 (0.9.3 in 0.11.x-SNAPSHOT) and the shade plugin to move the packages back to thrift7. This was mostly a proof of concept and is not really supported right now. I would suggest that you look at using http://slider.incubator.apache.org/ to run storm on YARN instead. We have plans to eventually officially support YARN as a runtime for storm, but that is a ways off in the future.