Presentation is loading. Please wait.

Presentation is loading. Please wait.

Azure HDInsight Hadoop Meets the Cloud Microsoft’s managed Hadoop as a Service 100% open source Apache Hadoop Built on the latest releases across.

Similar presentations


Presentation on theme: "Azure HDInsight Hadoop Meets the Cloud Microsoft’s managed Hadoop as a Service 100% open source Apache Hadoop Built on the latest releases across."— Presentation transcript:

1

2

3

4 Azure HDInsight Hadoop Meets the Cloud Microsoft’s managed Hadoop as a Service 100% open source Apache Hadoop Built on the latest releases across Hadoop (2.4) Up and running in minutes with no hardware to deploy Supported by Microsoft

5

6

7

8

9

10

11

12

13

14

15 Sentiment Clickstream Machine/Sensor Server Logs Geo-location Monitor real- time data to… Prevent Optimize Securities Fraud Compliance violations Security breaches Network Outages ---Machine failuresDriver & fleet issues Application failures Operational issues Order routing Pricing Bandwidth allocation Customer service Offers Pricing Supply chain Routes Pricing Site content FinanceTelcoRetailManufactur- ing TransportationWeb Common Scenarios

16 Tuples  Core Unit of Data  Immutable Set of Key/Value Pair Bolts  Core functions of a streaming computation  Receive tuples and do stuff  Optionally emit additional tuples Spouts  Source of Streams  Wraps a streaming data source and emits Tuples Core Components of Apache Storm Topology  Arrangement of Spouts and Bolts  Unit of deployment & management

17

18 TridentTopology topology = new TridentTopology(); FixedBatchSpout spout = new FixedBatchSpout(…); Stream stream = topology.newStream(“words”, spout); stream.each(…, new Myfunction()).groupBy().each(…, new MyFilter()).persistentAggregate(…); Trident Fluent, Stream-Oriented API

19

20

21

22

23

24

25

26

27

28

29

30

31

32

33 www.microsoft.com/learning http://microsoft.com/technet http://channel9.msdn.com/Events/TechEd http://developer.microsoft.com

34

35

36


Download ppt "Azure HDInsight Hadoop Meets the Cloud Microsoft’s managed Hadoop as a Service 100% open source Apache Hadoop Built on the latest releases across."

Similar presentations


Ads by Google