JP5907419B2 - 分散処理システム、分散処理方法および分散処理プログラム - Google Patents
分散処理システム、分散処理方法および分散処理プログラム Download PDFInfo
- Publication number
- JP5907419B2 JP5907419B2 JP2012069399A JP2012069399A JP5907419B2 JP 5907419 B2 JP5907419 B2 JP 5907419B2 JP 2012069399 A JP2012069399 A JP 2012069399A JP 2012069399 A JP2012069399 A JP 2012069399A JP 5907419 B2 JP5907419 B2 JP 5907419B2
- Authority
- JP
- Japan
- Prior art keywords
- processing
- file
- application
- distributed
- record
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Active
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F9/00—Arrangements for program control, e.g. control units
- G06F9/06—Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
- G06F9/46—Multiprogramming arrangements
- G06F9/50—Allocation of resources, e.g. of the central processing unit [CPU]
- G06F9/5005—Allocation of resources, e.g. of the central processing unit [CPU] to service a request
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/24—Querying
- G06F16/245—Query processing
- G06F16/2458—Special types of queries, e.g. statistical queries, fuzzy queries or distributed queries
- G06F16/2471—Distributed queries
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- Software Systems (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Mathematical Physics (AREA)
- Data Mining & Analysis (AREA)
- Databases & Information Systems (AREA)
- Computational Linguistics (AREA)
- Probability & Statistics with Applications (AREA)
- Fuzzy Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Debugging And Monitoring (AREA)
Description
まず、図1を参照して、第1実施形態における分散処理システムの構成について説明する。図1は、二つのホストノードHa、Hbで分散共有ストレージDSを形成し、各ホストノードHa、Hbが同一のアプリケーションAa、Abをそれぞれ実行する場合における分散処理システム10の構成例である。処理ステップ監視部3およびリソース隔離判定部4は、ホストノードHa、Hbとは異なるノードに備えられている。異なるノードは、一つのノードであってもよいし、二つのノードであってもよい。
本発明の第2実施形態について説明する。
2 リソース提供部
3 処理ステップ監視部
4 リソース隔離判定部
10 分散処理システム
A アプリケーション
C コンテナ
CF 隔離ファイル
DS 分散共有ストレージ
ES 外部サービス
H ホストノード
LS ローカルストレージ
NC ネットワークコネクション
Claims (4)
- 複数のノードの数に応じて分割した一つのファイルの実体レコードを、複数のノードに分散して格納する分散処理システムであって、
複数のノードにおいて形成される分散共有ストレージ上の処理対象ファイルを参照しながら、複数のノードでそれぞれ同一のアプリケーションを実行するアプリケーション実行部と、
前記アプリケーション実行部により実行されている前記アプリケーションの処理ステップを監視する処理ステップ監視部と、
前記処理ステップ監視部により監視されている前記処理ステップが、エラーレコードのリカバリを処理するステップであるか否かを判定する判定部と、
前記判定部により前記処理ステップが前記エラーレコードのリカバリを処理するステップであると判定された場合に、当該エラーレコードのリカバリを処理するステップを実行するノードに、隔離ファイルを生成し、当該隔離ファイルに前記処理対象ファイルの内容を複製してから、当該ノードの前記アプリケーションに提供し、一方、前記判定部により前記処理ステップが前記エラーレコードのリカバリを処理するステップではないと判定された場合には、当該処理ステップを実行するノードの前記アプリケーションに、前記分散共有ストレージ上の処理対象ファイルを提供するリソース提供部と、
を備えることを特徴とする分散処理システム。 - 前記リソース提供部は、前記判定部により前記処理ステップが前記エラーレコードのリカバリを処理するステップではないと判定された場合に、当該処理ステップの実行結果を格納した出力ファイルを生成して前記分散共有ストレージ上に出力し、前記判定部により前記処理ステップが前記エラーレコードのリカバリを処理するステップであると判定された場合には、当該処理ステップの実行結果を格納した前記隔離ファイルを生成して前記分散共有ストレージ上に出力する、
ことを特徴とする請求項1記載の分散処理システム。 - 複数のノードの数に応じて分割した一つのファイルの実体レコードを、複数のノードに分散して格納する分散処理システムにおける分散処理方法であって、
複数のノードにおいて形成される分散共有ストレージ上の処理対象ファイルを参照しながら、複数のノードでそれぞれ同一のアプリケーションを実行するアプリケーション実行ステップと、
前記アプリケーション実行ステップにおいて実行されている前記アプリケーションの処理ステップを監視する処理ステップ監視ステップと、
前記処理ステップ監視ステップにおいて監視されている前記処理ステップが、エラーレコードのリカバリを処理するステップであるか否かを判定する判定ステップと、
前記判定ステップにおいて前記処理ステップが前記エラーレコードのリカバリを処理するステップであると判定された場合に、当該エラーレコードのリカバリを処理するステップを実行するノードに、隔離ファイルを生成し、当該隔離ファイルに前記処理対象ファイルの内容を複製してから、当該ノードの前記アプリケーションに提供し、一方、前記判定ステップにおいて前記処理ステップが前記エラーレコードのリカバリを処理するステップではないと判定された場合には、当該処理ステップを実行するノードの前記アプリケーションに、前記分散共有ストレージ上の処理対象ファイルを提供するリソース提供ステップと、
を含むことを特徴とする分散処理方法。 - 請求項3に記載の各ステップをコンピュータに実行させるための分散処理プログラム。
Priority Applications (2)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012069399A JP5907419B2 (ja) | 2012-03-26 | 2012-03-26 | 分散処理システム、分散処理方法および分散処理プログラム |
US13/837,672 US9262219B2 (en) | 2012-03-26 | 2013-03-15 | Distributed processing system, distributed processing method, and distributed processing program |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
JP2012069399A JP5907419B2 (ja) | 2012-03-26 | 2012-03-26 | 分散処理システム、分散処理方法および分散処理プログラム |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2013200769A JP2013200769A (ja) | 2013-10-03 |
JP5907419B2 true JP5907419B2 (ja) | 2016-04-26 |
Family
ID=49326286
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2012069399A Active JP5907419B2 (ja) | 2012-03-26 | 2012-03-26 | 分散処理システム、分散処理方法および分散処理プログラム |
Country Status (2)
Country | Link |
---|---|
US (1) | US9262219B2 (ja) |
JP (1) | JP5907419B2 (ja) |
Families Citing this family (6)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US10650046B2 (en) * | 2016-02-05 | 2020-05-12 | Sas Institute Inc. | Many task computing with distributed file system |
US10642896B2 (en) | 2016-02-05 | 2020-05-05 | Sas Institute Inc. | Handling of data sets during execution of task routines of multiple languages |
US10650045B2 (en) | 2016-02-05 | 2020-05-12 | Sas Institute Inc. | Staged training of neural networks for improved time series prediction performance |
US10795935B2 (en) | 2016-02-05 | 2020-10-06 | Sas Institute Inc. | Automated generation of job flow definitions |
USD898059S1 (en) | 2017-02-06 | 2020-10-06 | Sas Institute Inc. | Display screen or portion thereof with graphical user interface |
USD898060S1 (en) | 2017-06-05 | 2020-10-06 | Sas Institute Inc. | Display screen or portion thereof with graphical user interface |
Family Cites Families (12)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0973381A (ja) * | 1995-09-04 | 1997-03-18 | Hitachi Ltd | プロセッサ指定方法、計算機システム、ユーザ計算機 |
AU7996200A (en) * | 1999-10-05 | 2001-05-10 | Ejasent Inc. | Virtual port multiplexing |
US6856993B1 (en) * | 2000-03-30 | 2005-02-15 | Microsoft Corporation | Transactional file system |
JP2003202996A (ja) * | 2001-12-28 | 2003-07-18 | Nippon Digital Kenkyusho:Kk | アプリケーションシステム間の機能的統合システム及びプログラム |
JP2004102449A (ja) | 2002-09-05 | 2004-04-02 | Hitachi Ltd | ジョブネットワークの設定方法、ジョブネットワークの実行方法、ジョブ管理システム、管理端末、およびプログラム |
US7694328B2 (en) * | 2003-10-21 | 2010-04-06 | Google Inc. | Systems and methods for secure client applications |
US7526534B2 (en) * | 2004-07-16 | 2009-04-28 | Cassatt Corporation | Unified system services layer for a distributed processing system |
US9542222B2 (en) * | 2008-11-14 | 2017-01-10 | Oracle International Corporation | Resource broker system for dynamically deploying and managing software services in a virtual environment based on resource usage and service level agreement |
US8341631B2 (en) * | 2009-04-10 | 2012-12-25 | Open Invention Network Llc | System and method for application isolation |
JP5472604B2 (ja) * | 2009-10-08 | 2014-04-16 | 日本電気株式会社 | プロセス検疫装置、検疫システム、ファイル処理方法、及びプログラム |
JP5471365B2 (ja) * | 2009-11-27 | 2014-04-16 | 富士通株式会社 | 情報処理装置及びコンピュータプログラム |
JP2011040044A (ja) * | 2010-06-10 | 2011-02-24 | System Intelligent Kk | 仮想シンクライアント化装置、仮想シンクライアント化システム、仮想シンクライアント化プログラム、及び仮想シンクライアント化方法 |
-
2012
- 2012-03-26 JP JP2012069399A patent/JP5907419B2/ja active Active
-
2013
- 2013-03-15 US US13/837,672 patent/US9262219B2/en active Active
Also Published As
Publication number | Publication date |
---|---|
US20130275992A1 (en) | 2013-10-17 |
US9262219B2 (en) | 2016-02-16 |
JP2013200769A (ja) | 2013-10-03 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP5907419B2 (ja) | 分散処理システム、分散処理方法および分散処理プログラム | |
US10831720B2 (en) | Cloud storage distributed file system | |
US10817498B2 (en) | Distributed transactions in cloud storage with hierarchical namespace | |
CN107577427B (zh) | 用于区块链系统的数据迁移方法、设备和存储介质 | |
EP2501108B1 (en) | Massively scalable object storage system | |
US20190370362A1 (en) | Multi-protocol cloud storage for big data and analytics | |
US9904599B2 (en) | Method, device, and system for data reconstruction | |
EP2996308B1 (en) | Massively scalable object storage system | |
US8326800B2 (en) | Seamless upgrades in a distributed database system | |
Uppoor et al. | Cloud-based synchronization of distributed file system hierarchies | |
US20130218934A1 (en) | Method for directory entries split and merge in distributed file system | |
US20150229715A1 (en) | Cluster management | |
JP2016062609A (ja) | コンピュータ実装された動的シャーディング方法 | |
US9031906B2 (en) | Method of managing data in asymmetric cluster file system | |
CN106605217B (zh) | 用于将应用从一个站点移动到另一站点的方法和系统 | |
CN110347651A (zh) | 基于云存储的数据同步方法、装置、设备及存储介质 | |
JP2009020757A (ja) | データ登録装置、データ登録方法及びプログラム | |
JP6233403B2 (ja) | ストレージシステム、ストレージ装置、ストレージ装置の制御方法及び制御プログラム、管理装置、管理装置の制御方法及び制御プログラム | |
CN105022779A (zh) | 一种利用Filesystem API实现HDFS文件存取方法 | |
EP4281912A1 (en) | Handling system-characteristics drift in machine learning applications | |
US20140081935A1 (en) | Detection and correction of corrupted or dangling data object handles | |
Strickland | Cassandra 3. x High Availability | |
JP2009289089A (ja) | クラスタ型ストレージシステム、そのノード装置、データ制御方法およびそのプログラム | |
JP5589726B2 (ja) | ジョブ管理システム、ジョブ管理システム制御方法およびその制御用プログラム | |
US20150215404A1 (en) | Replication device, replication method, and replication system |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20150206 |
|
A977 | Report on retrieval |
Free format text: JAPANESE INTERMEDIATE CODE: A971007 Effective date: 20150907 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20150929 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20151127 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20160226 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20160310 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 5907419 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 |