第1回jazug静岡勉強会

Post on 16-Jan-2015

1.317 Views

Category:

Technology

3 Downloads

Preview:

Click to see full reader

DESCRIPTION

 

TRANSCRIPT

マイクロソフトが「使う」Windows Azure

Japan Windows Azure User Group

Microsoft MVP for Windows Azure

はるたま

http://twitter.com/harutama

2

祝!

3

静岡支部!

4

静岡ITPro勉強会

5

静岡県立大学大学院 経営情報イノベーション

研究科付属 地域経営研究センター

6

御礼申し上げます

7

もちろん 今日の参加者の

皆様にも

8

そろそろ本題

Windows Azureの全体像 Windows Azure Marketplace

Windows Azure Platform

Windows Azure

コンピューティング

• Web Role • Worker Role • VM Role

ストレージ • Blob • Table • Queue • Drive

ファブリックコントローラ

• Service Bus • Access Control • Caching

SQL Azure • RDB • Data Sync • Reporting

DataMarket

Applications

Microsoft Pinpoint

ハンズオンするなら

10

http://www.slideshare.net /suzukana/jazug-2

必要なものはWebPIから

11

http://www.microsoft.com/web/downloads/platform.aspx

Team Foundation Service

12

13

Team Foundation Service ?

14

15

クラウドに展開された Team Foundation Server

↓ Team Foundation Service

16

クラウドに展開? ↓

17

パッケージ版 Team Foundation Server

SaaS版

Team Foundation Service

18

19

http://channel9.msdn.com/events/BUILD/BUILD2011/TOOL-818T

はじめよう

20

http://tfspreview.com/

注意!

• Visual Studioにパッチを当てること! (KB2581206)

– http://go.microsoft.com/fwlink/ ?LinkID=212065

• パッチを当てないと、Team Foundation Service に接続できません。

21

Hadoop on Azure

22

2006年9月

23

http://www.zdnet.com/blog/microsoft/ ms-google-face-off-this-time-in-distributed-computing/18

Dryad が世に知れる

24

2009年7月

25

教育機関向けに Dryadの提供を

開始

2011年7月

26

Dryad ↓

LINQ to HPC 名前が変更される

27

using System; using Microsoft.Hpc.Linq; public static class BabyNames { internal class BabyInfo { public string Name { get; set; } public string State { get; set; } public int Year { get; set; } } public static void Main() { HpcLinqConfiguration config = new HpcLinqConfiguration("ExampleCluster"); HpcLinqContext context = new HpcLinqContext(config); var inputBabies = context.FromDsc<BabyInfo>("babyNames"); var outputBabies = from b in inputBabies where b.State == "CA" && b.Year >= 2005 && b.Year <= 2010 orderby b.Year select b; outputBabies.ToDsc("sorted-CA-babyNames-2005-2010").Submit(); } }

2011年10月

28

Windows HPC Server 2008 R2

Service Pack 3 RC にLINQ to HPC が統合

http://blogs.technet.com/b/osamut/archive/2011/10/26/3461422.aspx

29

30

2011年11月11日

LINQ to HPC 終了のお知らせ

31

http://blogs.technet.com/b/windowshpc/archive/2011/11/11/ hpc-pack-2008-r2-sp3-and-windows-azure-hpc-scheduler-released.aspx

32

As part of this release we’ve also updated the preview version of LINQ to HPC, however, this will be the final preview and we do not plan to move forward with a production release. In line with our announcement in October at the PASS conference we will focus our effort on bringing Apache Hadoop to both Windows Server and Windows Azure.

で、登場。

33 https://www.hadooponazure.com/

Doug Cutting

34 http://www.atmarkit.co.jp/fjava/special/cloudera/01.html

Hadoop

使えるもの

35

Pig Hive

作成できるクラスタ

• Small

– 4ノード ディスク2TB

• Medium

– 8ノード ディスク4TB

• Large

– 16ノード ディスク8TB

• Extra Large

– 32ノード ディスク16TB

36

料金について

• 現状無料で使えます。

– どの大きさのクラスタを使っても無料です。

• ただし、作成したクラスタには制限時間があります。

– クラスタの作成から48時間が経過すると、 クラスタが全て解放されます。 HDFSに保存されたデータも消えます。

– クラスタを再作成すればまたすぐに利用できます。

37

Let’s dream and then let’s build. - Ray Ozzie

はるたま (@harutama) http://twitter.com/harutama

top related