Support Questions

Find answers, ask questions, and share your expertise
Announcements
Check out our newest addition to the community, the Cloudera Data Analytics (CDA) group hub.

Apache Storm - Apache Flux

Explorer

Hi,

We are using Apache Flux to do Storm configurations. I am looking into ways to reproduce the below in Flux specifically how to set the memoryLoad on Spouts and Bolts via flux config.yaml. If anyone did this below, please let me know. We are using version 1.0.1

	topologyBuilder.setSpout("xxx",xx,10).setMemoryLoad(350000.0,2048.0).setCPULoad(95);
topologyBuilder.setBolt("xx",xx,140).localOrShuffleGrouping("xx").setMemoryLoad(350000.0,2048.0).setCPULoad(95);
1 REPLY 1

Rising Star

@Shravanthi

Those methods (setMemoryLoad and setCPULoad) are not supported in Flux at the moment.

Take a Tour of the Community
Don't have an account?
Your experience may be limited. Sign in to explore more.