JP2018041168A - Information processing device, information processing system, information processing program, and information processing method - Google Patents

Information processing device, information processing system, information processing program, and information processing method Download PDF

Info

Publication number
JP2018041168A
JP2018041168A JP2016173117A JP2016173117A JP2018041168A JP 2018041168 A JP2018041168 A JP 2018041168A JP 2016173117 A JP2016173117 A JP 2016173117A JP 2016173117 A JP2016173117 A JP 2016173117A JP 2018041168 A JP2018041168 A JP 2018041168A
Authority
JP
Japan
Prior art keywords
processing
information
data
unit
data processing
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.)
Granted
Application number
JP2016173117A
Other languages
Japanese (ja)
Other versions
JP6865003B2 (en
Inventor
義夫 長安
Yasuo Nagayasu
義夫 長安
隼 大山
Hayato Oyama
隼 大山
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Yahoo Japan Corp
Original Assignee
Yahoo Japan Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Yahoo Japan Corp filed Critical Yahoo Japan Corp
Priority to JP2016173117A priority Critical patent/JP6865003B2/en
Publication of JP2018041168A publication Critical patent/JP2018041168A/en
Application granted granted Critical
Publication of JP6865003B2 publication Critical patent/JP6865003B2/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

PROBLEM TO BE SOLVED: To provide an information processing device, information processing system, information processing program, information processing method capable of reducing processing loads of a data processing device.SOLUTION: An information processing device includes a reception unit and a processing unit. The reception unit receives job information which is input by a user. The processing unit executes first processing and second processing individually. In the first processing, a first data processing device executes tabulation processing specified by the job information with log data, which is specified by the job information, set as a tabulation target; and in the second processing, a second data processing device executes tabulation processing with part of the log data set as a tabulation target.SELECTED DRAWING: Figure 1

Description

本発明は、情報処理装置、情報処理システム、情報処理プログラムおよび情報処理方法に関する。   The present invention relates to an information processing apparatus, an information processing system, an information processing program, and an information processing method.

近年、ネットワークの飛躍的な普及に伴い、収集されるログデータも膨大になってきている。そして、このような膨大なログデータを集計対象として集計処理を実行するデータ処理装置として、例えば、Hadoop(登録商標)などの技術を用いた分散処理システムが利用されている(例えば、特許文献1参照)。   In recent years, with the rapid spread of networks, the log data collected has become enormous. For example, a distributed processing system using a technique such as Hadoop (registered trademark) is used as a data processing apparatus that executes aggregation processing on such a large amount of log data (for example, Patent Document 1). reference).

そして、かかるデータ処理装置を容易に利用するために、SQLなどのデータ操作言語によって記述されたジョブ情報をデータ処理装置上で実行されるジョブへ変換するプログラムが提供されてきている。かかるプログラムがインストールされた情報処理装置を用いることで、データ処理装置によるログデータの集計処理を容易に利用することができる。   In order to easily use such a data processing apparatus, a program for converting job information described in a data operation language such as SQL into a job executed on the data processing apparatus has been provided. By using an information processing apparatus in which such a program is installed, log data aggregation processing by the data processing apparatus can be easily used.

特開2014−194769号公報JP 2014-194769 A

しかしながら、情報処理装置を操作するユーザがデータ操作言語の扱いやログデータの集計方法に慣れていないことも多く、ユーザが意図する集計結果がすぐに得られないことがある。このような場合、ユーザは、意図する集計結果が得られるまで、情報処理装置に対して繰り返しジョブ情報を入力し、かかるジョブ情報に基づく処理をデータ処理装置に繰り返し実行させることがある。そのため、データ処理装置の負荷が大きくなってしまうおそれがある。   However, the user who operates the information processing apparatus is often unfamiliar with the handling of the data operation language and the log data tabulation method, and the tabulation result intended by the user may not be obtained immediately. In such a case, the user may repeatedly input job information to the information processing apparatus until the intended aggregation result is obtained, and may cause the data processing apparatus to repeatedly execute processing based on the job information. This may increase the load on the data processing apparatus.

本願は、上記に鑑みてなされたものであって、データ処理装置の処理負荷を軽減することができる情報処理装置、情報処理システム、情報処理プログラムおよび情報処理方法を提供することを目的とする。   The present application has been made in view of the above, and an object thereof is to provide an information processing apparatus, an information processing system, an information processing program, and an information processing method capable of reducing the processing load of the data processing apparatus.

本願の情報処理装置は、受付部と、処理部とを備える。受付部は、ユーザによって入力されたジョブ情報を受け付ける。前記処理部は、前記ジョブ情報で指定されるログデータを集計対象として前記ジョブ情報で指定される集計処理を第1データ処理装置に実行させる第1処理と、前記ログデータの一部を集計対象として前記集計処理を第2データ処理装置に実行させる第2処理とを個別に実行する。   The information processing apparatus of the present application includes a reception unit and a processing unit. The reception unit receives job information input by a user. The processing unit includes a first process for causing the first data processing device to execute a totaling process specified by the job information with the log data specified by the job information as a target of aggregation, and a part of the log data as a target of aggregation. As a result, the second process for causing the second data processing apparatus to execute the aggregation process is executed individually.

実施形態の一態様によれば、データ処理装置の処理負荷を軽減することができる情報処理装置、情報処理システム、情報処理プログラムおよび情報処理方法を提供することができる。   According to one aspect of the embodiment, an information processing apparatus, an information processing system, an information processing program, and an information processing method that can reduce the processing load on the data processing apparatus can be provided.

図1は、実施形態にかかる情報処理システムにおける情報処理の一例を示す図である。FIG. 1 is a diagram illustrating an example of information processing in the information processing system according to the embodiment. 図2は、実施形態に係る情報処理システムの一例を示す図である。FIG. 2 is a diagram illustrating an example of an information processing system according to the embodiment. 図3は、図2に示すマスタサーバおよびスレーブサーバの構成例を示す図である。FIG. 3 is a diagram illustrating a configuration example of the master server and the slave server illustrated in FIG. 図4は、図2に示す第2データ処理装置の構成例を示す図である。FIG. 4 is a diagram illustrating a configuration example of the second data processing device illustrated in FIG. 2. 図5は、図2に示す情報処理端末の構成例を示す図である。FIG. 5 is a diagram illustrating a configuration example of the information processing terminal illustrated in FIG. 2. 図6は、ジョブ情報設定画面の一例を示す図である。FIG. 6 is a diagram illustrating an example of a job information setting screen. 図7は、ジョブ結果画面の一例を示す図である。FIG. 7 is a diagram illustrating an example of a job result screen. 図8は、ジョブ情報設定画面の他の例を示す図である。FIG. 8 is a diagram illustrating another example of the job information setting screen. 図9は、テスト結果画面の一例を示す図である。FIG. 9 is a diagram illustrating an example of a test result screen. 図10は、実施形態にかかる情報処理端末における情報処理の流れを示すフローチャートである。FIG. 10 is a flowchart illustrating a flow of information processing in the information processing terminal according to the embodiment. 図11は、プログラムを実行するコンピュータのハードウェア構成の一例を示す図である。FIG. 11 is a diagram illustrating an example of a hardware configuration of a computer that executes a program.

以下に、本願にかかる情報処理装置、情報処理システム、情報処理プログラムおよび情報処理方法を実施するための形態(以下、「実施形態」と呼ぶ)について図面を参照しつつ詳細に説明する。なお、この実施形態により本願にかかる情報処理装置、情報処理システム、情報処理プログラムおよび情報処理方法が限定されるものではない。   Hereinafter, a mode for carrying out an information processing device, an information processing system, an information processing program, and an information processing method according to the present application (hereinafter referred to as “embodiment”) will be described in detail with reference to the drawings. Note that the information processing apparatus, the information processing system, the information processing program, and the information processing method according to the present application are not limited by this embodiment.

〔1.分散処理システムにおける情報処理〕
図1を用いて、実施形態にかかる情報処理システムにおける情報処理について説明する。図1は、実施形態にかかる情報処理の説明図であり、かかる情報処理は、情報処理システム100によって実行される処理である。
[1. Information processing in distributed processing systems]
Information processing in the information processing system according to the embodiment will be described with reference to FIG. FIG. 1 is an explanatory diagram of information processing according to the embodiment, and the information processing is processing executed by the information processing system 100.

図1に示すように、実施形態に係る情報処理システム100は、第1データ処理装置11と、第2データ処理装置12と、情報処理端末13(情報処理装置の一例)とを備える。かかる第1データ処理装置11、第2データ処理装置12および情報処理端末13は、ネットワークを介して互いに通信可能に接続される。   As illustrated in FIG. 1, the information processing system 100 according to the embodiment includes a first data processing device 11, a second data processing device 12, and an information processing terminal 13 (an example of an information processing device). The first data processing device 11, the second data processing device 12, and the information processing terminal 13 are connected to be communicable with each other via a network.

第1データ処理装置11は、サービス提供サーバ(図示せず)が提供するサービスのログデータを処理対象として情報処理端末13からの要求に応じた集計処理を行う。かかる第1データ処理装置11は、例えば、Hadoop(登録商標)などの分散処理システムであり、サービス提供サーバが提供するサービスのログデータを複数のサーバに分散して記憶している。   The first data processing apparatus 11 performs a totaling process in response to a request from the information processing terminal 13 by using log data of a service provided by a service providing server (not shown) as a processing target. The first data processing device 11 is a distributed processing system such as Hadoop (registered trademark), for example, and stores log data of services provided by the service providing server in a plurality of servers.

第2データ処理装置12は、第1データ処理装置11が保持するログデータの一部(以下、サンプルログデータと記載する)を記憶しており、かかるサンプルログデータを処理対象として情報処理端末13からの集計要求に応じた集計処理を行う。第2データ処理装置12は、例えば、第1データ処理装置11が保持するログデータを所定数または所定割合読み出し、かかる読み出したデータをサンプルログデータとして記憶する。   The second data processing device 12 stores part of the log data held by the first data processing device 11 (hereinafter referred to as sample log data), and the information processing terminal 13 uses the sample log data as a processing target. Aggregation processing is performed according to the aggregation request from. For example, the second data processing device 12 reads a predetermined number or a predetermined ratio of log data held by the first data processing device 11, and stores the read data as sample log data.

情報処理端末13は、入力受付部55と、処理部56と、処理結果取得部57とを備える。入力受付部55は、ユーザによって入力されたジョブ情報を受け付ける。かかるジョブ情報は、マークアップ言語やデータ操作言語などで記述された情報であり、複数種類のログデータの中から集計対象のログデータを指定する情報と、集計処理の内容を特定する情報が含まれる。   The information processing terminal 13 includes an input receiving unit 55, a processing unit 56, and a processing result acquisition unit 57. The input receiving unit 55 receives job information input by the user. Such job information is information written in a markup language, a data operation language, or the like, and includes information for specifying log data to be aggregated from a plurality of types of log data and information for specifying the content of the aggregation process. It is.

処理部56は、第1処理部60と、第2処理部61とを含む。第1処理部60は、入力受付部55によって受け付けたジョブ情報に基づくジョブ要求を第1データ処理装置11へ送信する。これにより、第1処理部60は、ジョブ情報で指定されるログデータを集計対象とし、ジョブ情報で指定される集計処理を第1データ処理装置11に実行させる第1処理を実行する。   The processing unit 56 includes a first processing unit 60 and a second processing unit 61. The first processing unit 60 transmits a job request based on the job information received by the input receiving unit 55 to the first data processing device 11. As a result, the first processing unit 60 executes the first process that causes the log data specified by the job information to be aggregated and causes the first data processing apparatus 11 to execute the aggregation process specified by the job information.

第2処理部61は、入力受付部55によって受け付けたジョブ情報に基づくジョブ要求を第2データ処理装置12へ送信する。これにより、第2処理部61は、ジョブ情報で指定されるサンプルログデータを集計対象とし、ジョブ情報で指定される集計処理を第2データ処理装置12に実行させる第2処理を実行することができる。   The second processing unit 61 transmits a job request based on the job information received by the input receiving unit 55 to the second data processing device 12. As a result, the second processing unit 61 executes the second process that causes the second data processing device 12 to execute the aggregation process specified by the job information, with the sample log data specified by the job information as an aggregation target. it can.

処理結果取得部57は、第1データ処理装置11による集計処理の処理結果を第1データ処理装置11から取得し、第2データ処理装置12による集計処理の処理結果を第2データ処理装置12から取得する。情報処理端末13は、処理結果取得部57によって取得された集計処理の処理結果を表示し、ユーザへ集計処理の処理結果を提示する。   The processing result acquisition unit 57 acquires the processing result of the aggregation processing by the first data processing device 11 from the first data processing device 11, and the processing result of the aggregation processing by the second data processing device 12 from the second data processing device 12. get. The information processing terminal 13 displays the processing result of the tabulation processing acquired by the processing result acquisition unit 57 and presents the processing result of the tabulation processing to the user.

情報処理端末13のユーザは、ジョブ情報を情報処理端末13へ入力した後、まず、第2処理部61に第2処理を実行させることによって、第2データ処理装置12による集計処理の結果を情報処理端末13に提示させることができる。   After inputting the job information to the information processing terminal 13, the user of the information processing terminal 13 first causes the second processing unit 61 to execute the second processing, thereby obtaining information on the result of the aggregation processing by the second data processing device 12. It can be presented to the processing terminal 13.

第2データ処理装置12による集計処理は、ログデータの一部を集計対象とした集計処理の処理結果であり、サンプル的な集計処理である。そのため、集計処理の処理時間は短く、情報処理端末13のユーザは、入力したジョブ情報に対してどのような集計結果を取得できるのかを迅速に把握できる。   The tabulation process by the second data processing device 12 is a processing result of the tabulation process for a part of the log data to be tabulated, and is a sample tabulation process. Therefore, the processing time of the aggregation process is short, and the user of the information processing terminal 13 can quickly grasp what aggregation result can be acquired for the input job information.

そして、情報処理端末13のユーザは、自身が意図する集計結果が得られるまで、情報処理端末13に対して繰り返しジョブ情報を入力し、かかるジョブ情報に基づく処理を第2データ処理装置12に繰り返し実行させることができる。これにより、情報処理端末13のユーザは、自身が意図する集計結果を得ることができるジョブ情報を把握することができる。   Then, the user of the information processing terminal 13 repeatedly inputs job information to the information processing terminal 13 until the aggregation result intended by the user is obtained, and repeats processing based on the job information to the second data processing device 12. Can be executed. Thereby, the user of the information processing terminal 13 can grasp job information that can obtain the aggregation result intended by the user.

情報処理端末13のユーザは、このように自身が意図する集計結果を得ることができるジョブ情報を入力した後、第1処理部60に第1処理を実行させる。これにより、第1データ処理装置11による集計処理の結果を情報処理端末13に提示させることができ、自身が意図する集計結果を得ることができる。   The user of the information processing terminal 13 inputs the job information that can obtain the intended aggregation result as described above, and then causes the first processing unit 60 to execute the first process. As a result, the result of the aggregation process by the first data processing device 11 can be presented to the information processing terminal 13, and the aggregation result intended by itself can be obtained.

したがって、実施形態に係る情報処理システム100では、ユーザが情報処理端末13へ入力したジョブ情報に応じたサンプル的な集計処理の処理結果を得ることができるため、ユーザが意図していない集計処理が第1データ処理装置11で実行されることを抑制できる。これにより、第1データ処理装置11での処理負荷を軽減することができる。   Therefore, in the information processing system 100 according to the embodiment, since the processing result of the sample aggregation process according to the job information input by the user to the information processing terminal 13 can be obtained, the aggregation process that is not intended by the user is performed. Execution by the first data processing apparatus 11 can be suppressed. As a result, the processing load on the first data processing apparatus 11 can be reduced.

また、第1データ処理装置11の集計処理よりも第2データ処理装置12の集計処理の方が処理負荷が小さい。そのため、第1データ処理装置11および第2データ処理装置12を含むデータ処理装置の全体的な処理負荷を軽減することができる。特に、サンプルログデータのデータサイズがログデータのデータサイズに対して小さいほど処理負荷が小さくなることから、サンプルログデータのデータサイズを小さくすることで、全体的な処理負荷を軽減することができる。   Further, the total processing of the second data processing device 12 has a smaller processing load than the total processing of the first data processing device 11. Therefore, the overall processing load of the data processing device including the first data processing device 11 and the second data processing device 12 can be reduced. In particular, since the processing load decreases as the data size of the sample log data is smaller than the data size of the log data, the overall processing load can be reduced by reducing the data size of the sample log data. .

〔2.情報処理システム100〕
次に、実施形態に係る情報処理システム100についてより詳細に説明する。図2は実施形態に係る情報処理システム100の一例を示す図である。
[2. Information processing system 100]
Next, the information processing system 100 according to the embodiment will be described in more detail. FIG. 2 is a diagram illustrating an example of the information processing system 100 according to the embodiment.

図2に示すように、実施形態に係る情報処理システム100は、複数のサービス提供サーバ1と、第1データ処理装置11と、第2データ処理装置12と、複数の情報処理端末13(情報処理装置の一例)とを備える。複数のサービス提供サーバ1、第1データ処理装置11、第2データ処理装置12および複数の情報処理端末13はネットワーク14を介して互いに通信可能に接続される。なお、第1データ処理装置11から複数のサービス提供サーバ1へのアクセスは禁止される場合がある。   As illustrated in FIG. 2, the information processing system 100 according to the embodiment includes a plurality of service providing servers 1, a first data processing device 11, a second data processing device 12, and a plurality of information processing terminals 13 (information processing An example of an apparatus). The plurality of service providing servers 1, the first data processing device 11, the second data processing device 12, and the plurality of information processing terminals 13 are connected to be communicable with each other via a network 14. Note that access from the first data processing apparatus 11 to the plurality of service providing servers 1 may be prohibited.

[2.1.サービス提供サーバ1]
サービス提供サーバ1は、ネットワーク2を介して各種のサービスをユーザ端末3のユーザへ提供する。サービス提供サーバ1は、ユーザ端末3からのサービス提供要求を受け付け、かかるサービス提供要求に応じたサービスをユーザ端末3へ提供する。
[2.1. Service providing server 1]
The service providing server 1 provides various services to the user of the user terminal 3 via the network 2. The service providing server 1 receives a service providing request from the user terminal 3 and provides a service corresponding to the service providing request to the user terminal 3.

サービス提供サーバ1は、例えば、ショッピングサーバ、オークションサーバ、動画配信サーバ、音楽配信サーバ、ブログサーバ、メールサーバ、広告配信サーバなどである。かかるサービス提供サーバ1は、例えば、サービス提供要求に応じた音楽コンテンツ、動画コンテンツ、ショッピングページ、オークションページなどの情報をユーザ端末3へ送信したり、サービス提供要求に応じた商品の購入処理を行ったりする。   The service providing server 1 is, for example, a shopping server, an auction server, a moving image distribution server, a music distribution server, a blog server, a mail server, an advertisement distribution server, or the like. The service providing server 1 transmits, for example, information such as music content, moving image content, shopping page, auction page, etc. according to the service provision request to the user terminal 3 or performs a product purchase process according to the service provision request. Or

また、サービス提供サーバ1は、サービス提供要求を行ったユーザ端末3のユーザに関する情報(ユーザの属性、ユーザの位置、ユーザのアクセス時間など)や提供したサービスの内容などをログデータとして内部の記憶部や第1データ処理装置11へ記憶する。   In addition, the service providing server 1 internally stores, as log data, information related to the user of the user terminal 3 that has made a service providing request (user attributes, user location, user access time, etc.) and the contents of the provided service. Or the first data processing device 11.

かかるログデータには、例えば、ユーザ端末3へ送信したショッピングページ、オークションページ、音楽コンテンツ、動画コンテンツなどに関するデータや、広告コンテンツの配信数や広告コンテンツに対するユーザのアクションに関するデータが含まれる。なお、ログデータは、例えば、サービス提供サーバ1に対するユーザ端末3の一つのアクション毎に、ユーザに関する情報および提供サービスの内容などを含むデータが1つのレコード(行)のデータとして含まれる。   Such log data includes, for example, data related to shopping pages, auction pages, music content, video content, and the like transmitted to the user terminal 3, data related to the number of advertisement contents distributed and user actions on the advertisement contents. The log data includes, for example, data including information on the user and the contents of the provided service as data of one record (row) for each action of the user terminal 3 with respect to the service providing server 1.

〔2.2.第1データ処理装置11〕
第1データ処理装置11は、マスタサーバ8と、複数のスレーブサーバ9とを備える分散処理システムである。かかる第1データ処理装置11は、サービス提供サーバ1から入力されたログデータを複数のスレーブサーバ9に分配し、複数のスレーブサーバ9によってログデータに対する分散処理により情報処理端末13からのジョブ要求に応じた集計処理を実行する。
[2.2. First data processing device 11]
The first data processing device 11 is a distributed processing system including a master server 8 and a plurality of slave servers 9. The first data processing apparatus 11 distributes log data input from the service providing server 1 to a plurality of slave servers 9, and makes a job request from the information processing terminal 13 through distributed processing on the log data by the plurality of slave servers 9. The corresponding aggregation process is executed.

第1データ処理装置11は、例えば、Hadoopと呼ばれるミドルウェアを実装した分散処理システムを含む。かかる第1データ処理装置11は、例えば、分散ファイルシステムであるHDFS(Hadoop Distributed File System)と分散処理フレームワークであるHadoop−MapReduceとを含んで構成される。   The first data processing apparatus 11 includes, for example, a distributed processing system in which middleware called Hadoop is mounted. The first data processing apparatus 11 includes, for example, a distributed file system HDFS (Hadoop Distributed File System) and a distributed processing framework Hadoop-MapReduce.

図3は、マスタサーバ8およびスレーブサーバ9の構成例を示す図である。図3に示すように、マスタサーバ8は、通信部20と、制御部21と、記憶部22とを備え、制御部21は、データ管理部23と、ジョブ管理部24とを備える。通信部20は、ネットワーク14との間で情報の送受信を行う通信インターフェイスである。   FIG. 3 is a diagram illustrating a configuration example of the master server 8 and the slave server 9. As illustrated in FIG. 3, the master server 8 includes a communication unit 20, a control unit 21, and a storage unit 22, and the control unit 21 includes a data management unit 23 and a job management unit 24. The communication unit 20 is a communication interface that transmits and receives information to and from the network 14.

スレーブサーバ9は、通信部30と、制御部31と、記憶部32とを備え、制御部31は、記憶処理部33と、タスク処理部34とを備える。通信部30は、ネットワーク14との間で情報の送受信を行う通信インターフェイスである。   The slave server 9 includes a communication unit 30, a control unit 31, and a storage unit 32. The control unit 31 includes a storage processing unit 33 and a task processing unit 34. The communication unit 30 is a communication interface that transmits and receives information to and from the network 14.

マスタサーバ8のデータ管理部23は、分散ファイルシステムの全体的な管理を行う。例えば、データ管理部23は、各サービス提供サーバ1のログデータを所定サイズ単位で分割し、かかる分割したデータである分割データを複数のスレーブサーバ9へ分配する。スレーブサーバ9の記憶処理部33は、マスタサーバ8から分配された分割データを記憶部32に記憶する。   The data management unit 23 of the master server 8 performs overall management of the distributed file system. For example, the data management unit 23 divides the log data of each service providing server 1 in units of a predetermined size, and distributes the divided data that is the divided data to the plurality of slave servers 9. The storage processing unit 33 of the slave server 9 stores the divided data distributed from the master server 8 in the storage unit 32.

また、データ管理部23は、分散ファイルシステムのメタデータを管理したり、分散ファイルシステムの使用状態を確認したりする。メタデータには、例えば、分散ファイルシステムのツリーの情報、ツリー内の全ファイルに関する情報およびディレクトリなどの情報が含まれる。これにより、ジョブ管理部24は、分散ファイルシステム内の分割データの格納位置やファイル名などを特定することができる。   Further, the data management unit 23 manages the metadata of the distributed file system and checks the usage state of the distributed file system. The metadata includes, for example, information on the tree of the distributed file system, information on all files in the tree, and information on directories. As a result, the job management unit 24 can specify the storage position and file name of the divided data in the distributed file system.

ジョブ管理部24は、ジョブの管理、スレーブサーバ9へのタスク割り当て、スレーブサーバ9のリソース管理などを行う。ジョブ(例えば、MapReduceジョブ)を定義する情報(以下、ジョブ情報と記載する)を含むジョブ要求は、例えば、情報処理端末13からマスタサーバ8へ送信される。かかるジョブ情報には、入力パス、出力パス、処理命令などの情報が含まれる。   The job management unit 24 performs job management, task assignment to the slave server 9, resource management of the slave server 9, and the like. A job request including information (hereinafter referred to as job information) that defines a job (for example, MapReduce job) is transmitted from the information processing terminal 13 to the master server 8, for example. Such job information includes information such as an input path, an output path, and a processing instruction.

入力パスは、ジョブの対象となる入力データの格納位置を示し、例えば、分散ファイルシステム上のディレクトリである。また、出力パスは、ジョブの結果である出力データの格納位置を示し、例えば、分散ファイルシステム上のディレクトリである。   The input path indicates the storage location of the input data that is the target of the job, and is, for example, a directory on the distributed file system. The output path indicates a storage location of output data that is a result of the job, and is, for example, a directory on the distributed file system.

処理命令は、分散処理を実行するためのプログラムであり、例えば、変換処理(例えば、Map処理)のプログラムと集約処理(例えば、Reduce処理)のプログラムとを含む。変換処理のプログラムは、入力データをキーとバリューとのペアに変換する第1タスクを実行するためのプログラムである。また、集約処理のプログラムは、変換処理のキー毎にデータを集約する第2タスクを実行する。   The processing instruction is a program for executing distributed processing, and includes, for example, a program for conversion processing (for example, Map processing) and a program for aggregation processing (for example, Reduce processing). The conversion processing program is a program for executing a first task for converting input data into a key-value pair. Further, the aggregation process program executes a second task for aggregating data for each key of the conversion process.

第1タスクは、キーと値のペアデータである中間データを生成する処理であり、第2タスクは、中間データから同一キー毎に値を集計するタスクである。ジョブ管理部24は、例えば、入力データの分割データの数に応じた数の第1タスクを複数のスレーブサーバ9に割り当てる。また、ジョブ管理部24は、例えば、処理命令によって指定された数の第2タスクを複数のスレーブサーバ9に割り当てる。   The first task is processing for generating intermediate data that is key-value pair data, and the second task is a task for totaling values for each identical key from the intermediate data. For example, the job management unit 24 assigns the number of first tasks corresponding to the number of pieces of divided data of the input data to the plurality of slave servers 9. For example, the job management unit 24 assigns the number of second tasks specified by the processing instruction to the plurality of slave servers 9.

スレーブサーバ9のタスク処理部34は、マスタサーバ8から割り当てられた第1タスクおよび第2タスクを実行する。なお、タスク処理部34は、第1タスクおよび第2タスクを並列処理することができる。第1データ処理装置11は、ジョブの処理結果(集計処理の処理結果)を、ジョブ情報によって指定された出力パスに格納し、かかるジョブの処理が終了したことを情報処理端末13へ通知する。   The task processing unit 34 of the slave server 9 executes the first task and the second task assigned from the master server 8. The task processing unit 34 can process the first task and the second task in parallel. The first data processing apparatus 11 stores the job processing result (processing result of the aggregation processing) in the output path specified by the job information, and notifies the information processing terminal 13 that the processing of the job has been completed.

〔2.3.第2データ処理装置12〕
第2データ処理装置12は、第1データ処理装置11に記憶された各ログデータの一部を取得し、かかるログデータの一部を集計対象として情報処理端末13からのジョブ要求に応じた集計処理を実行する。
[2.3. Second data processing device 12]
The second data processing device 12 acquires a part of each log data stored in the first data processing device 11 and performs a totaling according to a job request from the information processing terminal 13 with a part of the log data as a totaling target. Execute the process.

図4は、第2データ処理装置12の構成例を示す図である。図4に示すように、第2データ処理装置12は、通信部40と、制御部41と、記憶部42とを備える。   FIG. 4 is a diagram illustrating a configuration example of the second data processing device 12. As shown in FIG. 4, the second data processing device 12 includes a communication unit 40, a control unit 41, and a storage unit 42.

通信部40は、ネットワーク14との間で情報の送受信を行う通信インターフェイスである。制御部41は、データ取得部43と、要求受付部44と、データ処理部45とを備える。また、記憶部42は、ログデータ記憶部46を備える。   The communication unit 40 is a communication interface that transmits and receives information to and from the network 14. The control unit 41 includes a data acquisition unit 43, a request reception unit 44, and a data processing unit 45. In addition, the storage unit 42 includes a log data storage unit 46.

データ取得部43は、第1データ処理装置11に記憶された各サービス提供サーバ1のログデータの一部をサンプリングして取得する。例えば、データ取得部43は、各サービス提供サーバ1のログデータのうち所定期間前(例えば、3日前)までの所定数(例えば、1%)のレコード(行)を第1データ処理装置11からランダムまたは所定の規則に従って読み出して取得する。データ取得部43は、取得したログデータの一部をサンプルログデータとして記憶部42のログデータ記憶部46に記憶する。   The data acquisition unit 43 samples and acquires a part of log data of each service providing server 1 stored in the first data processing device 11. For example, the data acquisition unit 43 receives a predetermined number (for example, 1%) of records (rows) from the first data processing apparatus 11 up to a predetermined period (for example, 3 days before) from the log data of each service providing server 1. Read out and obtain according to random or predetermined rules. The data acquisition unit 43 stores a part of the acquired log data in the log data storage unit 46 of the storage unit 42 as sample log data.

要求受付部44は、情報処理端末13からのジョブ要求を受け付ける。かかるジョブ要求には、集計対象を指定する情報と集計処理の内容を指定する情報とを含むジョブ情報が含まれる。データ処理部45は、要求受付部44によって受け付けられたジョブ要求に含まれるジョブ情報に基づいて、集計処理を行う。   The request receiving unit 44 receives a job request from the information processing terminal 13. The job request includes job information including information for specifying a totaling target and information for specifying the content of the totaling process. The data processing unit 45 performs aggregation processing based on job information included in the job request received by the request receiving unit 44.

具体的には、データ処理部45は、ジョブ情報で指定されるサンプルログデータを集計対象としてジョブ情報で指定される集計処理を実行する。データ処理部45は、ジョブの処理結果(集計処理の処理結果)を、記憶部42に格納し、かかるジョブの処理が終了したことを情報処理端末13へ通知する。   Specifically, the data processing unit 45 executes aggregation processing specified by job information using sample log data specified by job information as an aggregation target. The data processing unit 45 stores the job processing result (processing result of the aggregation processing) in the storage unit 42 and notifies the information processing terminal 13 that the processing of the job has been completed.

なお、第2データ処理装置12は、第1データ処理装置11と同じ集計結果を導出する集計処理を行うことができる。かかる第2データ処理装置12は、例えば、リレーショナルデータベースを含み、かかるリレーショナルデーベースを用いて集計処理を行うが、第1データ処理装置11と同様に分散処理システムを用いて集計処理を行う構成であってもよい。   Note that the second data processing device 12 can perform a counting process for deriving the same counting result as the first data processing device 11. The second data processing device 12 includes, for example, a relational database, and performs aggregation processing using the relational database. However, like the first data processing device 11, the second data processing device 12 performs aggregation processing using a distributed processing system. There may be.

[2.4.情報処理端末13]
情報処理端末13は、ユーザから入力されるジョブ情報に基づいて第1データ処理装置11や第2データ処理装置12に集計処理を実行させる。図5は、情報処理端末13の構成例を示す図である。
[2.4. Information processing terminal 13]
The information processing terminal 13 causes the first data processing device 11 and the second data processing device 12 to execute a counting process based on job information input from the user. FIG. 5 is a diagram illustrating a configuration example of the information processing terminal 13.

図5に示すように、情報処理端末13は、通信部50と、制御部51と、記憶部52と、表示部53と、入力部54とを備える。通信部50は、制御部51とネットワーク14との間で情報の送受信を行うNIC(Network Interface Card)等の通信インターフェイスである。   As illustrated in FIG. 5, the information processing terminal 13 includes a communication unit 50, a control unit 51, a storage unit 52, a display unit 53, and an input unit 54. The communication unit 50 is a communication interface such as a NIC (Network Interface Card) that transmits and receives information between the control unit 51 and the network 14.

記憶部52は、例えば、RAM(Random Access Memory)、フラッシュメモリ等の半導体メモリ素子、または、ハードディスク、光ディスク等の記憶装置である。表示部53は、例えば、小型のLCD(Liquid Crystal Display)や有機ELディスプレイである。入力部54は、キーボードやマウスなどを有する。   The storage unit 52 is, for example, a semiconductor memory element such as a RAM (Random Access Memory) or a flash memory, or a storage device such as a hard disk or an optical disk. The display unit 53 is, for example, a small LCD (Liquid Crystal Display) or an organic EL display. The input unit 54 includes a keyboard and a mouse.

制御部51は、入力受付部55と、処理部56と、処理結果取得部57と、選択受付部58と、選択部59とを備える。処理部56は、第1処理部60と第2処理部61とを備える。制御部51は、例えば、ASIC(Application Specific Integrated Circuit)やFPGA(Field Programmable Gate Array)等の集積回路により実現される。   The control unit 51 includes an input reception unit 55, a processing unit 56, a processing result acquisition unit 57, a selection reception unit 58, and a selection unit 59. The processing unit 56 includes a first processing unit 60 and a second processing unit 61. The control unit 51 is realized by an integrated circuit such as an application specific integrated circuit (ASIC) or a field programmable gate array (FPGA).

制御部51は、内部のCPU(Central Processing Unit)またはMPU(Micro Processing Unit)によって内部の記憶装置に記憶されたプログラム(情報処理プログラムの一例)がRAMを作業領域として実行されることで、入力受付部55、処理部56、処理結果取得部57、選択受付部58および選択部59として機能する。   The control unit 51 receives a program (an example of an information processing program) stored in an internal storage device by an internal CPU (Central Processing Unit) or an MPU (Micro Processing Unit) by using the RAM as a work area. It functions as a reception unit 55, a processing unit 56, a processing result acquisition unit 57, a selection reception unit 58, and a selection unit 59.

[2.4.1.入力受付部55]
入力受付部55は、情報処理端末13のユーザ(以下、端末ユーザと記載する場合がある)からジョブ情報の入力を受け付ける。かかるジョブ情報は、SQLなどのデータ操作言語によって記述された情報であるが、XML(Extensible Markup Language)などのマークアップ言語で記述された情報であってもよい。
[2.4.1. Input reception unit 55]
The input receiving unit 55 receives input of job information from a user of the information processing terminal 13 (hereinafter sometimes referred to as a terminal user). The job information is information described in a data operation language such as SQL, but may be information described in a markup language such as XML (Extensible Markup Language).

図6は、表示部53に表示されるジョブ情報設定画面の一例を示す図である。図6に示すジョブ情報設定画面70には、ジョブ情報入力枠71と、テスト集計ボタン72と、正式集計ボタン73と、完了メール設定ボックス74とが含まれる。   FIG. 6 is a diagram illustrating an example of a job information setting screen displayed on the display unit 53. The job information setting screen 70 shown in FIG. 6 includes a job information input frame 71, a test total button 72, a formal total button 73, and a completion mail setting box 74.

ジョブ情報入力枠71内には、端末ユーザが入力部54から入力したジョブ情報(以下、入力ジョブ情報と記載する場合がある)が表示される。図6に示す例では、「timestamp」のカラムが指定され、データ取得元として「shoping_daily_stream」が指定され、レコードの抽出条件として「log_data=‘20160930'」および「timestamp !=''」が指定され、「timestamp」が集計単位として指定されている。これにより、「shoping_daily_stream」のログデータから、「log_data」が「20160930」である複数の「timestamp」が「timestamp」の値毎に集計される。   In the job information input frame 71, job information input by the terminal user from the input unit 54 (hereinafter sometimes referred to as input job information) is displayed. In the example shown in FIG. 6, the column “timestamp” is specified, “shoping_daily_stream” is specified as the data acquisition source, and “log_data = '20160930'” and “timestamp! = ''” Are specified as the record extraction conditions. , "Timestamp" is specified as the aggregation unit. Thereby, from the log data of “shoping_daily_stream”, a plurality of “timestamp” whose “log_data” is “20160930” is aggregated for each value of “timestamp”.

なお、端末ユーザは、意図する集計処理を行うことができるようにジョブ情報を入力することができる。例えば、端末ユーザは、広告コンテンツに対するクリック率であるCTR(Cardio Thoracic Ratio)を広告コンテンツ毎やユーザ毎に集計するジョブ情報を入力することができる。また、端末ユーザは、ショッピングサービスにおける商品売り上げを集計してランキングを生成するジョブ情報を入力することができる。また、端末ユーザは、ニュースサイトのページ毎の閲覧数やユーザ属性などを集計するジョブ情報を入力することができる。   Note that the terminal user can input job information so that intended tabulation processing can be performed. For example, the terminal user can input job information for summing up a CTR (Cardio Thoracic Ratio), which is a click rate for advertising content, for each advertising content or for each user. In addition, the terminal user can input job information for totaling product sales in a shopping service and generating a ranking. Further, the terminal user can input job information for counting the number of browsing for each page of the news site, user attributes, and the like.

また、入力受付部55は、端末ユーザによるジョブ情報の入力を補助するために、サンプルのジョブ情報や過去の入力ジョブ情報を表示部53に表示することができる。この場合、入力受付部55は、過去の入力ジョブ情報のうち実際に第1データ処理装置11の集計処理が行われた入力ジョブ情報のみを表示部53に表示することができる。   In addition, the input receiving unit 55 can display sample job information and past input job information on the display unit 53 in order to assist the terminal user in inputting job information. In this case, the input receiving unit 55 can display only the input job information that has been actually aggregated by the first data processing apparatus 11 among the past input job information on the display unit 53.

テスト集計ボタン72は、入力ジョブ情報に応じた処理を第2データ処理装置12で実行させるためのボタンである。端末ユーザの入力部54への操作によって、テスト集計ボタン72が押下(選択)された場合、処理部56の第2処理部61から第2データ処理装置12へジョブ要求が送信される。   The test tabulation button 72 is a button for causing the second data processing device 12 to execute processing according to the input job information. When the test total button 72 is pressed (selected) by an operation on the input unit 54 of the terminal user, a job request is transmitted from the second processing unit 61 of the processing unit 56 to the second data processing device 12.

入力受付部55は、第2処理部61によって第2データ処理装置12によって実行させた集計処理の結果を表示部53に表示することができる。図7は、表示部53に表示されるジョブ結果画面の一例を示す図である。図7に示すジョブ結果画面80には、集計情報表示枠81と、戻るボタン82と、正式集計ボタン83と、完了メール設定ボックス84とが含まれる。   The input receiving unit 55 can display the result of the aggregation processing executed by the second data processing device 12 by the second processing unit 61 on the display unit 53. FIG. 7 is a diagram illustrating an example of a job result screen displayed on the display unit 53. The job result screen 80 illustrated in FIG. 7 includes a total information display frame 81, a return button 82, a formal total button 83, and a completion mail setting box 84.

集計情報表示枠81内には、第2データ処理装置12によって実行させた集計処理の結果が表示される。図7に示す例では、図6に示すジョブ情報に応じた集計結果として、「shoping_daily_stream」のログデータから、「log_data」が「20160930」である複数の「timestamp」が「timestamp」の値毎に集計された結果が集計情報表示枠81内に表示されている。   In the total information display frame 81, the result of the total processing executed by the second data processing device 12 is displayed. In the example illustrated in FIG. 7, as a result of aggregation corresponding to the job information illustrated in FIG. 6, a plurality of “timestamps” in which “log_data” is “20160930” are obtained for each “timestamp” value from “shoping_daily_stream” The totaled results are displayed in the total information display frame 81.

なお、図7に示す戻るボタン82は、図6に示すジョブ情報設定画面70に戻るためのボタンである。また、図7に示す正式集計ボタン83および完了メール設定ボックス84は、図6に示す正式集計ボタン73および完了メール設定ボックス74と同様のボタンである。   A return button 82 shown in FIG. 7 is a button for returning to the job information setting screen 70 shown in FIG. Also, the formal tabulation button 83 and the completion mail setting box 84 shown in FIG. 7 are the same buttons as the formal tabulation button 73 and the completion mail setting box 74 shown in FIG.

正式集計ボタン73、83は、入力ジョブ情報に応じた処理を第1データ処理装置11で実行させるためのボタンである。端末ユーザの入力部54への操作によって、正式集計ボタン73、83が押下された場合、処理部56の第1処理部60から第1データ処理装置11へジョブ要求が送信される。   The formal tabulation buttons 73 and 83 are buttons for causing the first data processing apparatus 11 to execute processing according to the input job information. When the formal tab buttons 73 and 83 are pressed by an operation on the input unit 54 of the terminal user, a job request is transmitted from the first processing unit 60 of the processing unit 56 to the first data processing device 11.

完了メール設定ボックス74は、入力ジョブ情報に応じた第1データ処理装置11の集計処理が終了した場合に、その旨を端末ユーザに通知するためのチェックボックスである。かかる完了メール設定ボックス74に端末ユーザがチェックマークを設定すると、第1データ処理装置11は、入力ジョブ情報に応じた集計処理が終了した場合、メールにてジョブ完了メールを端末ユーザのアドレスへ送信する。   The completion mail setting box 74 is a check box for notifying the terminal user when the aggregation process of the first data processing apparatus 11 corresponding to the input job information is completed. When the terminal user sets a check mark in the completion mail setting box 74, the first data processing apparatus 11 transmits a job completion mail to the terminal user address by mail when the aggregation process according to the input job information is completed. To do.

[2.4.2.処理部56]
図5に戻って、制御部51の説明を続ける。制御部51の処理部56は、第1処理部60と第2処理部61とを備え、第1処理と第2処理とを個別に実行することができる。
[2.4.2. Processing unit 56]
Returning to FIG. 5, the description of the control unit 51 is continued. The processing unit 56 of the control unit 51 includes a first processing unit 60 and a second processing unit 61, and can execute the first processing and the second processing individually.

第1処理は、入力ジョブ情報で指定されるログデータを集計対象として入力ジョブ情報で指定される集計処理を第1データ処理装置11に実行させる処理であり、第1処理部60により実行される。また、第2処理は、入力ジョブ情報で指定されるログデータの一部を集計対象として入力ジョブ情報で指定される集計処理を第2データ処理装置12に実行させる処理であり、第2処理部61により実行される。   The first process is a process for causing the first data processing apparatus 11 to execute the aggregation process specified by the input job information with the log data specified by the input job information as an aggregation target, and is executed by the first processing unit 60. . The second process is a process for causing the second data processing device 12 to execute the aggregation process specified by the input job information with a part of the log data specified by the input job information as an aggregation target. 61 is executed.

第1処理部60は、入力ジョブ情報を第1データ処理装置11上で実行されるジョブの情報(以下、第1ジョブ情報と記載する)へ変換する。第1ジョブ情報は、入力ジョブ情報とは異なるプログラミング言語で記述された情報である。例えば、入力ジョブ情報は、HiveSQL言語で記述された情報であり、第1ジョブ情報は、Java(登録商標)言語で記述された情報である。   The first processing unit 60 converts the input job information into information on a job executed on the first data processing apparatus 11 (hereinafter referred to as first job information). The first job information is information described in a programming language different from the input job information. For example, the input job information is information described in the HighSQL language, and the first job information is information described in the Java (registered trademark) language.

第1処理部60は、第1ジョブ情報を含むジョブ要求を第1データ処理装置11へ送信する。これにより、入力ジョブ情報に応じた集計処理が第1データ処理装置11によって実行される。   The first processing unit 60 transmits a job request including the first job information to the first data processing apparatus 11. As a result, the first data processing apparatus 11 executes a totaling process according to the input job information.

第2処理部61は、入力ジョブ情報を第2データ処理装置12上で実行されるジョブの情報(以下、第2ジョブ情報と記載する)へ変換する。第2ジョブ情報は、入力ジョブ情報とは異なるプログラミング言語で記述された情報である。   The second processing unit 61 converts the input job information into information on a job executed on the second data processing apparatus 12 (hereinafter referred to as second job information). The second job information is information described in a programming language different from the input job information.

例えば、入力ジョブ情報は、HiveSQL言語で記述された情報であり、第2ジョブ情報は、SQL言語で記述された情報である。なお、第2データ処理装置12が第1データ処理装置11と同様の分散処理システムを含む場合、第2処理部61は、第1処理部60と同様の変換処理を行うことができる。   For example, the input job information is information described in the High SQL language, and the second job information is information described in the SQL language. When the second data processing device 12 includes the same distributed processing system as the first data processing device 11, the second processing unit 61 can perform the same conversion processing as the first processing unit 60.

また、入力ジョブ情報をそのまま第2ジョブ情報として用いることができる場合、第2処理部61は、入力ジョブ情報をそのまま第2ジョブ情報とする。これにより、第2処理部61における処理負荷を軽減することができる。   If the input job information can be used as it is as the second job information, the second processing unit 61 uses the input job information as it is as the second job information. Thereby, the processing load in the second processing unit 61 can be reduced.

第2処理部61は、第2ジョブ情報を含むジョブ要求を第2データ処理装置12へ送信する。これにより、入力ジョブ情報に応じた集計処理が第2データ処理装置12によって実行される。このように、処理部56は、入力ジョブ情報に応じた集計処理を第1データ処理装置11のみならず第2データ処理装置12にも実行させることができる。   The second processing unit 61 transmits a job request including the second job information to the second data processing device 12. Thereby, the totaling process according to the input job information is executed by the second data processing device 12. As described above, the processing unit 56 can cause the second data processing device 12 to execute the aggregation processing according to the input job information as well as the first data processing device 11.

したがって、端末ユーザは、入力ジョブ情報に応じたサンプル的な集計処理の処理結果を得ることができるため、端末ユーザが意図していない集計処理が第1データ処理装置11で実行されることを抑制できる。これにより、第1データ処理装置11での処理負荷を軽減することができる。   Therefore, since the terminal user can obtain the processing result of the sample aggregation process according to the input job information, the first data processing apparatus 11 is prevented from executing the aggregation process not intended by the terminal user. it can. As a result, the processing load on the first data processing apparatus 11 can be reduced.

[2.4.3.処理結果取得部57]
処理結果取得部57は、第1データ処理装置11による集計処理の処理結果を取得し、また、第2データ処理装置12による集計処理の処理結果を取得することができる。かかる集計処理の処理結果は、表示部53に表示される。
[2.4.3. Processing result acquisition unit 57]
The processing result acquisition unit 57 can acquire the processing result of the aggregation processing by the first data processing device 11 and can acquire the processing result of the aggregation processing by the second data processing device 12. The processing result of the aggregation processing is displayed on the display unit 53.

例えば、処理結果取得部57は、第1データ処理装置11に実行させた集計処理が終了したことを第1データ処理装置11からの通知で把握すると、第1データ処理装置11に実行させた集計処理の処理結果を第1データ処理装置11から取得する。同様に、処理結果取得部57は、第2データ処理装置12に実行させた集計処理が終了したことを第2データ処理装置12からの通知で把握すると、第2データ処理装置12に実行させた集計処理の処理結果を第2データ処理装置12から取得する。   For example, when the processing result acquisition unit 57 grasps from the notification from the first data processing device 11 that the counting processing executed by the first data processing device 11 has been completed, the processing result acquisition unit 57 performs the counting performed by the first data processing device 11. The processing result of the process is acquired from the first data processing device 11. Similarly, the processing result acquisition unit 57 causes the second data processing device 12 to execute when the second data processing device 12 recognizes that the aggregation processing executed by the second data processing device 12 has been completed. The processing result of the aggregation process is acquired from the second data processing device 12.

[2.4.4.選択受付部58]
選択受付部58は、端末ユーザによる処理の選択を受け付ける。かかる選択受付部58での受け付け結果に基づいて、処理部56は、第1処理および第2処理のうちユーザが選択した処理に応じた処理を実行する。
[2.4.4. Selection reception part 58]
The selection receiving unit 58 receives a selection of processing by the terminal user. Based on the reception result of the selection reception unit 58, the processing unit 56 executes a process corresponding to the process selected by the user among the first process and the second process.

選択受付部58は、例えば、ジョブ情報設定画面70に含まれる正式集計ボタン73やジョブ結果画面80に含まれる正式集計ボタン83が端末ユーザの入力部54への操作によって押下された場合に、かかる押下操作を、端末ユーザによる第1処理の選択として受け付ける。選択受付部58が第1処理の選択を受け付けた場合、第1処理部60は、第1処理を実行し、第1データ処理装置11に入力ジョブ情報に応じた集計処理を実行させる。   The selection accepting unit 58 is activated when, for example, the formal tabulation button 73 included in the job information setting screen 70 or the formal tabulation button 83 included in the job result screen 80 is pressed by an operation on the input unit 54 of the terminal user. The pressing operation is accepted as a selection of the first process by the terminal user. When the selection receiving unit 58 receives the selection of the first process, the first processing unit 60 executes the first process, and causes the first data processing apparatus 11 to execute a totaling process according to the input job information.

また、選択受付部58は、例えば、ジョブ情報設定画面70に含まれるテスト集計ボタン72が端末ユーザによって押下された場合に、かかる押下操作を、端末ユーザによる第2処理の選択として受け付ける。選択受付部58が第2処理の選択を受け付けた場合、第2処理部61は、第2処理を実行し、第2データ処理装置12に入力ジョブ情報に応じた集計処理を実行させる。このように、端末ユーザは、テスト集計ボタン72を押下することで、入力ジョブ情報に応じたサンプル的な集計処理の処理結果を得ることができる。   Further, for example, when the test total button 72 included in the job information setting screen 70 is pressed by the terminal user, the selection receiving unit 58 receives the pressing operation as a selection of the second process by the terminal user. When the selection receiving unit 58 receives the selection of the second process, the second processing unit 61 executes the second process, and causes the second data processing device 12 to execute a totaling process according to the input job information. As described above, the terminal user can obtain the processing result of the sample totaling process according to the input job information by pressing the test totaling button 72.

なお、選択受付部58は、表示部53に表示するジョブ情報設定画面70において、正式集計ボタン73を一次的に表示させない状態にすることができる。例えば、選択受付部58は、ジョブ情報入力枠71にジョブ情報が設定された後、テスト集計ボタン72が押下されて、表示部53に第2データ処理装置12による集計結果が表示された後に、正式集計ボタン73をジョブ結果画面80やジョブ情報設定画面70に表示することができる。   Note that the selection accepting unit 58 can make the formal tabulation button 73 not temporarily displayed on the job information setting screen 70 displayed on the display unit 53. For example, after the job information is set in the job information input frame 71, the selection receiving unit 58 is pressed after the test totaling button 72 is pressed and the totaling result by the second data processing device 12 is displayed on the display unit 53. Formal counting button 73 can be displayed on job result screen 80 or job information setting screen 70.

このように、選択受付部58は、第2処理が実行された後に第1処理の選択を受け付けることができ、これにより、端末ユーザに集計結果のサンプルを確認させた後に、正式な集計処理を実行させることができる。そのため、第1データ処理装置11での処理負荷を軽減することができる。   In this way, the selection receiving unit 58 can receive the selection of the first process after the second process is executed, thereby allowing the terminal user to confirm the sample of the counting result and then performing the formal counting process. Can be executed. Therefore, the processing load on the first data processing device 11 can be reduced.

なお、選択受付部58は、入力ジョブ情報に応じた集計処理を第1データ処理装置11と第2データ処理装置12とで同時に実行させないようにテスト集計ボタン72や正式集計ボタン73をジョブ情報設定画面70に表示させることができる。例えば、選択受付部58は、入力ジョブ情報に応じた集計処理を第2データ処理装置12で実行中には、正式集計ボタン73をジョブ情報設定画面70に表示させないようにすることができる。   Note that the selection accepting unit 58 sets the job count setting button 72 and the formal count button 73 to job information so that the first data processing apparatus 11 and the second data processing apparatus 12 do not execute the totaling process according to the input job information at the same time. It can be displayed on the screen 70. For example, the selection accepting unit 58 can prevent the formal aggregation button 73 from being displayed on the job information setting screen 70 while the second data processing apparatus 12 is executing the aggregation process according to the input job information.

また、端末ユーザは、テスト集計ボタン72を表示するか否かの設定や、テスト集計ボタン72の押下の後に正式集計ボタン73をジョブ情報設定画面70表示させるか否かなどの設定をすることができる。かかる設定は、入力部54への入力によって不図示の設定画面を表示部53に表示させ、かかる設定画面から入力部54への入力によって設定入力を行う。   Further, the terminal user may set whether or not to display the test total button 72 and whether or not the formal total button 73 is displayed on the job information setting screen 70 after the test total button 72 is pressed. it can. For this setting, a setting screen (not shown) is displayed on the display unit 53 by input to the input unit 54, and setting input is performed by input from the setting screen to the input unit 54.

選択受付部58は、かかる設定入力の情報を記憶部52に記憶する。そして、選択受付部58は、記憶部52に記憶された設定情報に基づいて、端末ユーザの設定に従ってジョブ情報設定画面70にテスト集計ボタン72や正式集計ボタン73を表示する。   The selection receiving unit 58 stores the setting input information in the storage unit 52. Based on the setting information stored in the storage unit 52, the selection receiving unit 58 displays the test tabulation button 72 and the formal tabulation button 73 on the job information setting screen 70 according to the setting of the terminal user.

また、選択受付部58は、正式集計ボタン73が端末ユーザの入力部54への操作によって押下された場合であっても所定条件の下、第2処理を選択することができる。例えば、選択受付部58は、第1データ処理装置11の状態が後述する第1条件を満たす場合や後述する選択履歴が後述する第3条件を満たす場合に、端末ユーザの操作に拘わらず、第2処理を選択することができる。   In addition, the selection receiving unit 58 can select the second process under a predetermined condition even when the formal tabulation button 73 is pressed by an operation on the input unit 54 of the terminal user. For example, when the state of the first data processing device 11 satisfies a first condition described later or when a selection history described later satisfies a third condition described later, the selection receiving unit 58 sets the first data processing device 11 regardless of the operation of the terminal user. Two treatments can be selected.

[2.4.5.選択部59]
選択部59は、第1処理および第2処理のうち第1データ処理装置11の状態に応じた処理を選択することができる。
[2.4.5. Selection unit 59]
The selection unit 59 can select a process according to the state of the first data processing device 11 from the first process and the second process.

例えば、選択部59は、第1データ処理装置11の状態が第1条件を満たす場合、第2処理を選択することができる。第1条件は、例えば、第1データ処理装置11における待ち状態の入力ジョブ情報の数が所定数以上であるという条件や、第1データ処理装置11において待ち状態の入力ジョブ情報がすべて処理されると予測されるまでの時間が所定時間以上であるという条件である。なお、第1条件は、第1データ処理装置11の現在の負荷状態や予測される将来の負荷状態が所定以上であるという条件であってもよい。   For example, the selection unit 59 can select the second process when the state of the first data processing apparatus 11 satisfies the first condition. The first condition is, for example, a condition that the number of input job information in a waiting state in the first data processing device 11 is a predetermined number or more, or all input job information in a waiting state is processed in the first data processing device 11. It is a condition that the time until it is predicted is a predetermined time or more. The first condition may be a condition that the current load state of the first data processing device 11 and the predicted future load state are not less than a predetermined value.

選択部59は、第1データ処理装置11の状態が第1条件を満たす場合、図6に示すジョブ情報設定画面70に代えて、図8に示すジョブ情報設定画面90を表示部53に表示させることができる。図8は、表示部53に表示されるジョブ情報設定画面の他の例を示す図である。図8に示すジョブ情報設定画面90は、ジョブ情報入力枠91、集計ボタン92および完了メール設定ボックス93を含む。   When the state of the first data processing device 11 satisfies the first condition, the selection unit 59 causes the display unit 53 to display the job information setting screen 90 illustrated in FIG. 8 instead of the job information setting screen 70 illustrated in FIG. 6. be able to. FIG. 8 is a diagram illustrating another example of the job information setting screen displayed on the display unit 53. A job information setting screen 90 shown in FIG. 8 includes a job information input frame 91, a totaling button 92, and a completion mail setting box 93.

図8に示すジョブ情報設定画面90には、集計ボタン92のみが表示され、テスト集計ボタン72や正式集計ボタン73は表示されない。端末ユーザの入力部54への操作によって、集計ボタン92が押下された場合、選択部59は第2処理を選択し、第2処理部61に第2処理を実行させる。これにより、第2データ処理装置12によって入力ジョブ情報に応じた集計処理が実行される。このように、選択部59は、第1データ処理装置11の状態が第1条件を満たす場合、第2処理を選択することができる。   In the job information setting screen 90 shown in FIG. 8, only the total button 92 is displayed, and the test total button 72 and the formal total button 73 are not displayed. When the aggregation button 92 is pressed by an operation of the terminal user on the input unit 54, the selection unit 59 selects the second process and causes the second process unit 61 to execute the second process. Thereby, the total processing according to the input job information is executed by the second data processing device 12. As described above, the selection unit 59 can select the second process when the state of the first data processing apparatus 11 satisfies the first condition.

選択部59は、第2データ処理装置12による集計結果を第2データ処理装置12から取得すると、テスト結果画面を表示部53に表示する。図9は、表示部53に表示されるテスト結果画面の一例を示す図である。図9に示すテスト結果画面95には、集計情報表示枠96と、Yesボタン97と、Noボタン98とが含まれる。   The selection unit 59 displays a test result screen on the display unit 53 when the aggregation result obtained by the second data processing device 12 is acquired from the second data processing device 12. FIG. 9 is a diagram illustrating an example of a test result screen displayed on the display unit 53. The test result screen 95 shown in FIG. 9 includes a total information display frame 96, a Yes button 97, and a No button 98.

集計情報表示枠96内には、集計情報表示枠81内と同様に、第2データ処理装置12によって実行させた集計処理の結果が表示される。Yesボタン97は、正式集計ボタン83と同様に、入力ジョブ情報に応じた集計処理を第1データ処理装置11で実行させるためのボタンである。   In the total information display frame 96, as in the total information display frame 81, the result of the total processing executed by the second data processing device 12 is displayed. The Yes button 97 is a button for causing the first data processing apparatus 11 to execute a totaling process according to the input job information, like the formal totaling button 83.

テスト結果画面95に含まれるYesボタン97が端末ユーザの入力部54への操作によって押下された場合、選択受付部58は、端末ユーザによる第1処理の選択を受け付ける。選択受付部58が第1処理の選択を受け付けた場合、第1処理部60は、第1処理を実行し、第1データ処理装置11に入力ジョブ情報に応じた集計処理を実行させる。   When the Yes button 97 included in the test result screen 95 is pressed by an operation on the input unit 54 by the terminal user, the selection receiving unit 58 receives the selection of the first process by the terminal user. When the selection receiving unit 58 receives the selection of the first process, the first processing unit 60 executes the first process, and causes the first data processing apparatus 11 to execute a totaling process according to the input job information.

このように、第1データ処理装置11の状態に応じて、まず、入力ジョブ情報に応じたサンプル的な集計処理の処理結果を得るため、端末ユーザが意図していない集計処理が第1データ処理装置11で実行されることを抑制できる。これにより、第1データ処理装置11での処理負荷を軽減することができる。   Thus, according to the state of the first data processing device 11, first, in order to obtain the processing result of the sample totaling process according to the input job information, the totaling process not intended by the terminal user is the first data processing. It can suppress performing with the apparatus 11. FIG. As a result, the processing load on the first data processing apparatus 11 can be reduced.

なお、選択部59は、第1データ処理装置11の状態が第2条件を満たす場合、第1処理を選択することができる。第2条件は、例えば、第1データ処理装置11における待ち状態の入力ジョブ情報が所定数以下であるという条件や、第1データ処理装置11において待ち状態の入力ジョブ情報がすべて処理されると予測されるまでの時間が所定時間内であるという条件である。なお、第2条件は、第1データ処理装置11の現在の負荷状態や予測される将来の負荷状態が所定以下であるという条件であってもよい。   Note that the selection unit 59 can select the first process when the state of the first data processing device 11 satisfies the second condition. The second condition is, for example, a condition that the input job information in the waiting state in the first data processing apparatus 11 is equal to or less than a predetermined number, or that all the input job information in the waiting state is processed in the first data processing apparatus 11 It is a condition that the time until it is done is within a predetermined time. The second condition may be a condition that the current load state of the first data processing device 11 and the predicted future load state are not more than a predetermined value.

選択部59は、第1データ処理装置11の状態が第2条件を満たす場合、図6に示すジョブ情報設定画面70に代えて、図8に示すジョブ情報設定画面90を表示部53に表示させることができる。   When the state of the first data processing apparatus 11 satisfies the second condition, the selection unit 59 causes the display unit 53 to display the job information setting screen 90 illustrated in FIG. 8 instead of the job information setting screen 70 illustrated in FIG. 6. be able to.

この場合、テスト結果画面95に含まれるYesボタン97が端末ユーザの入力部54への操作によって押下された場合、選択受付部58は、端末ユーザによる第1処理の選択を受け付ける。選択受付部58が第1処理の選択を受け付けた場合、第1処理部60は、第1処理を実行し、第1データ処理装置11に入力ジョブ情報に応じた集計処理を実行させる。   In this case, when the Yes button 97 included in the test result screen 95 is pressed by an operation on the input unit 54 by the terminal user, the selection receiving unit 58 receives the selection of the first process by the terminal user. When the selection receiving unit 58 receives the selection of the first process, the first processing unit 60 executes the first process, and causes the first data processing apparatus 11 to execute a totaling process according to the input job information.

このように、第1データ処理装置11の状態が第2条件を満たす場合、第1処理を選択することができる。これにより、端末ユーザは、第1データ処理装置11による集計結果を迅速に把握することができる。   As described above, when the state of the first data processing apparatus 11 satisfies the second condition, the first process can be selected. Thereby, the terminal user can grasp | ascertain quickly the total result by the 1st data processing apparatus 11. FIG.

また、選択部59は、端末ユーザが選択した過去の処理の選択履歴に基づいて、第1処理および第2処理の一方を選択することができる。例えば、選択部59は選択履歴が第3条件を満たす場合に、第2処理を選択し、選択履歴が第4条件を満たす場合に、第1処理を選択する。   The selection unit 59 can select one of the first process and the second process based on the selection history of the past process selected by the terminal user. For example, the selection unit 59 selects the second process when the selection history satisfies the third condition, and selects the first process when the selection history satisfies the fourth condition.

第3条件は、例えば、ジョブ情報設定画面70において端末ユーザが選択した過去の処理が第2処理である割合が所定割合(例えば、80%)以上であるという条件である。また、第3条件は、例えば、ジョブ情報設定画面70において端末ユーザが選択した過去の第2処理の数が所定数以上であるという条件である。   The third condition is, for example, a condition that the ratio that the past process selected by the terminal user on the job information setting screen 70 is the second process is a predetermined ratio (for example, 80%) or more. The third condition is, for example, a condition that the number of past second processes selected by the terminal user on the job information setting screen 70 is a predetermined number or more.

第4条件は、ジョブ情報設定画面70において端末ユーザが選択した過去の処理が第1処理である割合が所定割合(例えば、80%)以上であるという条件である。また、第4条件は、例えば、ジョブ情報設定画面70において端末ユーザが選択した過去の第1処理の数が所定数以上であるという条件である。   The fourth condition is a condition that the ratio that the past process selected by the terminal user on the job information setting screen 70 is the first process is a predetermined ratio (for example, 80%) or more. The fourth condition is, for example, a condition that the number of past first processes selected by the terminal user on the job information setting screen 70 is a predetermined number or more.

選択部59は、選択履歴が第3条件または第4条件を満たす場合、図6に示すジョブ情報設定画面70に代えて、図8に示すジョブ情報設定画面90を表示部53に表示させることができる。Yesボタン97が端末ユーザの入力部54への操作によって押下された場合、かかる押下操作を、選択受付部58は、選択履歴が第3条件を満たしていれば、端末ユーザによる第2処理の選択を受け付け、選択履歴が第4条件を満たしていれば、端末ユーザによる第1処理の選択を受け付ける。   When the selection history satisfies the third condition or the fourth condition, the selection unit 59 may cause the display unit 53 to display the job information setting screen 90 shown in FIG. 8 instead of the job information setting screen 70 shown in FIG. it can. When the Yes button 97 is pressed by an operation on the input unit 54 of the terminal user, the selection receiving unit 58 selects the second process by the terminal user if the selection history satisfies the third condition. If the selection history satisfies the fourth condition, the selection of the first process by the terminal user is accepted.

〔3.情報処理システム100の処理フロー〕
まず、図10を用いて、情報処理端末13における情報処理の手順について説明する。図10は、情報処理端末13における情報処理の流れを示すフローチャートである。
[3. Processing flow of information processing system 100]
First, an information processing procedure in the information processing terminal 13 will be described with reference to FIG. FIG. 10 is a flowchart showing the flow of information processing in the information processing terminal 13.

図10に示すように、情報処理端末13の制御部51は、端末ユーザによって第1処理が選択されたか否かを判定する(ステップS10)。第1処理が選択されたと判定した場合(ステップS10;Yes)、制御部51は、所定条件を満たすか否かを判定する(ステップS11)。例えば、制御部51は、第1データ処理装置11の状態が第1条件を満たす場合や選択履歴が第3条件を満たす場合に、所定条件を満すと判定する。   As shown in FIG. 10, the control unit 51 of the information processing terminal 13 determines whether or not the first process is selected by the terminal user (step S10). When it determines with the 1st process having been selected (step S10; Yes), the control part 51 determines whether predetermined conditions are satisfy | filled (step S11). For example, the control unit 51 determines that the predetermined condition is satisfied when the state of the first data processing device 11 satisfies the first condition or when the selection history satisfies the third condition.

所定条件を満たさないと判定した場合(ステップS11;No)、制御部51は、第1処理を実行する(ステップS12)。これにより、第1データ処理装置11による集計処理が実行される。一方、所定条件を満たすと判定した場合(ステップS11;Yes)、制御部51は、第2処理を実行する(ステップS13)。これにより、第2データ処理装置12による集計処理が実行される。   When it determines with not satisfy | filling predetermined conditions (step S11; No), the control part 51 performs a 1st process (step S12). Thereby, the totaling process by the 1st data processing apparatus 11 is performed. On the other hand, when it determines with satisfy | filling predetermined conditions (step S11; Yes), the control part 51 performs a 2nd process (step S13). Thereby, the totaling process by the second data processing device 12 is executed.

ステップS12、S13の処理が終了した場合、または、第1処理が選択されていないと判定した場合(ステップS10;No)、制御部51は、端末ユーザによって第2処理が選択されたか否かを判定する(ステップS14)。第2処理が選択されたと判定した場合(ステップS14;Yes)、制御部51は、第2処理を実行する(ステップS15)。これにより、第2データ処理装置12による集計処理が実行される。   When the processes of steps S12 and S13 are completed, or when it is determined that the first process is not selected (step S10; No), the control unit 51 determines whether or not the second process is selected by the terminal user. Determination is made (step S14). When it determines with the 2nd process having been selected (step S14; Yes), the control part 51 performs a 2nd process (step S15). Thereby, the totaling process by the second data processing device 12 is executed.

ステップS15の処理が終了した場合、または、第2処理が選択されていないと判定した場合(ステップS14;No)、制御部51は、第1処理の実行による第1データ処理装置11の集計処理または第2処理の実行による第2データ処理装置12の集計処理が終了したか否かを判定する(ステップS16)。制御部51は、集計処理が終了したと判定した場合(ステップS16;Yes)、集計処理の処理結果を表示部53に表示する(ステップS17)。   When the process of step S15 is completed or when it is determined that the second process is not selected (step S14; No), the control unit 51 performs the aggregation process of the first data processing device 11 by executing the first process. Alternatively, it is determined whether or not the aggregation process of the second data processing device 12 by the execution of the second process is finished (step S16). When the control unit 51 determines that the counting process has been completed (step S16; Yes), the control unit 51 displays the processing result of the counting process on the display unit 53 (step S17).

ステップS17の処理が終了した場合、または、集計処理が終了していないと判定した場合(ステップS16;No)、制御部51は、図11に示す処理を終了し、次の処理タイミングでステップS10の処理の実行を開始する。   When the process of step S17 is completed or when it is determined that the aggregation process has not been completed (step S16; No), the control unit 51 ends the process illustrated in FIG. 11 and performs step S10 at the next process timing. The execution of the process is started.

〔4.変形例〕
上述した実施形態では、第1データ処理装置11と第2データ処理装置12とは異なる装置として説明したが、第2データ処理装置12は、一部または全部を第1データ処理装置11と同一の装置とすることもできる。
[4. (Modification)
In the above-described embodiment, the first data processing device 11 and the second data processing device 12 have been described as different devices. However, the second data processing device 12 is partially or entirely the same as the first data processing device 11. It can also be a device.

また、第2データ処理装置12は、第1データ処理装置11で集計対象となる回数が多いログデータほど、ログデータのサンプリング数を多くすることもできる。これにより、第1データ処理装置11で集計対象となる回数が多いログデータほど多くのレコードをサンプルログデータとして取得することができる。また、第2データ処理装置12は、ログデータに応じたサンプリング数で、サンプルログデータを取得することもできる。   Further, the second data processing device 12 can also increase the number of log data samplings as the log data is counted more frequently in the first data processing device 11. Thereby, more records can be acquired as sample log data for log data having a larger number of times to be counted by the first data processing apparatus 11. The second data processing apparatus 12 can also acquire sample log data with the number of samplings corresponding to the log data.

また、制御部51は、一つのジョブ情報について、かかるジョブ情報の入力を開始してからの時間が長い場合に、第2処理を選択することもできる。これにより、ジョブ情報の入力に不慣れな端末ユーザに対してサンプル的な集計処理の処理結果を提示した後に、第1データ処理装置11に集計処理を実行させることができる。   The control unit 51 can also select the second process for one piece of job information when the time since the start of the input of the job information is long. Thereby, after presenting the processing result of the sample counting process to the terminal user unfamiliar with the input of job information, the first data processing apparatus 11 can execute the counting process.

また、制御部51は、一つのジョブ情報について、かかるジョブ情報の修正箇所が多い場合に、第2処理を選択することもできる。これにより、ジョブ情報の入力に不慣れな端末ユーザに対してサンプル的な集計処理の処理結果を提示した後に、第1データ処理装置11に集計処理を実行させることができる。   The control unit 51 can also select the second process for a single piece of job information when there are many correction points for the job information. Thereby, after presenting the processing result of the sample counting process to the terminal user unfamiliar with the input of job information, the first data processing apparatus 11 can execute the counting process.

〔5.ハードウェア構成〕
上述した実施形態におけるマスタサーバ8、スレーブサーバ9、第2データ処理装置12および情報処理端末13は、それぞれ例えば図11に示すような構成のコンピュータ200がプログラムを実行することによって実現される。
[5. Hardware configuration)
Each of the master server 8, the slave server 9, the second data processing device 12, and the information processing terminal 13 in the above-described embodiment is realized by the computer 200 having a configuration as shown in FIG.

図11は、プログラムを実行するコンピュータのハードウェア構成の一例を示す図である。コンピュータ200は、CPU201、RAM202、ROM203、HDD(Hard Disk Drive)204、通信インターフェイス(I/F)205、入出力インターフェイス(I/F)206、およびメディアインターフェイス(I/F)207を備える。   FIG. 11 is a diagram illustrating an example of a hardware configuration of a computer that executes a program. The computer 200 includes a CPU 201, a RAM 202, a ROM 203, an HDD (Hard Disk Drive) 204, a communication interface (I / F) 205, an input / output interface (I / F) 206, and a media interface (I / F) 207.

CPU201は、ROM203またはHDD204に格納されたプログラムに基づいて動作し、各部の制御を行う。ROM203は、コンピュータ200の起動時にCPU201によって実行されるブートプログラムや、コンピュータ200のハードウェアに依存するプログラム等を格納する。   The CPU 201 operates based on a program stored in the ROM 203 or the HDD 204 and controls each unit. The ROM 203 stores a boot program executed by the CPU 201 when the computer 200 is started up, a program depending on the hardware of the computer 200, and the like.

HDD204は、CPU201によって実行されるプログラムによって使用されるデータ等を格納する。通信インターフェイス205は、各通信部20、30、40、50に対応し、ネットワーク2、14を介して他の機器からデータを受信してCPU201へ送り、CPU201が生成したデータを、ネットワーク2、14を介して他の機器へ送信する。   The HDD 204 stores data used by programs executed by the CPU 201. The communication interface 205 corresponds to each of the communication units 20, 30, 40, 50, receives data from other devices via the networks 2, 14 and sends the data to the CPU 201, and the data generated by the CPU 201 is transmitted to the networks 2, 14. To other devices via.

CPU201は、入出力インターフェイス206を介して、ディスプレイやプリンタ等の出力装置、および、キーボードやマウス等の入力装置を制御する。CPU201は、入出力インターフェイス206を介して、入力装置からデータを取得する。また、CPU201は、生成したデータを、入出力インターフェイス206を介して出力装置へ出力する。   The CPU 201 controls an output device such as a display and a printer and an input device such as a keyboard and a mouse via the input / output interface 206. The CPU 201 acquires data from the input device via the input / output interface 206. Further, the CPU 201 outputs the generated data to the output device via the input / output interface 206.

メディアインターフェイス207は、記録媒体208に格納されたプログラムまたはデータを読み取り、RAM202を介してCPU201に提供する。CPU201は、当該プログラムを、メディアインターフェイス207を介して記録媒体208からRAM202上にロードし、ロードしたプログラムを実行する。記録媒体208は、例えばDVD(Digital Versatile Disc)、PD(Phase change rewritable Disk)等の光学記録媒体、MO(Magneto-Optical disk)等の光磁気記録媒体、テープ媒体、磁気記録媒体、または半導体メモリ等である。   The media interface 207 reads a program or data stored in the recording medium 208 and provides it to the CPU 201 via the RAM 202. The CPU 201 loads the program from the recording medium 208 onto the RAM 202 via the media interface 207, and executes the loaded program. The recording medium 208 is, for example, an optical recording medium such as a DVD (Digital Versatile Disc) or PD (Phase change rewritable disk), a magneto-optical recording medium such as an MO (Magneto-Optical disk), a tape medium, a magnetic recording medium, or a semiconductor memory. Etc.

コンピュータ200のCPU201は、RAM202上にロードされたプログラムを実行することにより、上述した制御部(制御部21、制御部31、制御部41または制御部51)の各機能を実現する。また、かかる制御部は、それぞれ一部または全部がハードウェアのみで構成されてもよい。   The CPU 201 of the computer 200 implements each function of the control unit (the control unit 21, the control unit 31, the control unit 41, or the control unit 51) described above by executing a program loaded on the RAM 202. Further, each or a part of the control unit may be configured only by hardware.

コンピュータ200のCPU201は、プログラムを、記録媒体208から読み取って実行するが、他の例として、他の装置から、ネットワーク2、14を介してこれらのプログラムを取得してもよい。   The CPU 201 of the computer 200 reads the program from the recording medium 208 and executes it, but as another example, the program may be acquired from another device via the networks 2 and 14.

なお、HDD204は、各記憶部22、32、42、52に対応し、各記憶部22、32、42、52と同様のデータを記憶する。また、HDD204に代えて、RAM、フラッシュメモリ等の半導体メモリ素子、または、光ディスク等の記憶装置を用いてもよい。   The HDD 204 corresponds to each of the storage units 22, 32, 42, 52 and stores data similar to that of the storage units 22, 32, 42, 52. Further, instead of the HDD 204, a semiconductor memory element such as a RAM or a flash memory, or a storage device such as an optical disk may be used.

〔6.効果〕
実施形態に係る情報処理端末13(情報処理装置の一例)は、入力受付部55(受付部の一例)と、処理部56とを備える。入力受付部55は、端末ユーザによって入力された入力ジョブ情報を受け付ける。処理部56は、第1処理と第2処理とを個別に実行する。第1処理は、入力ジョブ情報で指定されるログデータを集計対象として入力ジョブ情報で指定される集計処理を第1データ処理装置11に実行させる処理である。第2処理は、入力ジョブ情報で指定されるログデータの一部を集計対象として入力ジョブ情報で指定される集計処理を第2データ処理装置12に実行させる処理である。かかる第2データ処理装置12による集計処理は、ログデータの一部を集計対象とした集計処理の処理結果であり、サンプル的な集計処理である。したがって、集計処理の処理時間は短く、情報処理端末13のユーザは、入力したジョブ情報に対してどのような集計結果を取得できるのかを迅速に把握できる一方で、第1データ処理装置11での処理負荷を軽減することができる。
[6. effect〕
The information processing terminal 13 (an example of an information processing apparatus) according to the embodiment includes an input reception unit 55 (an example of a reception unit) and a processing unit 56. The input receiving unit 55 receives input job information input by a terminal user. The processing unit 56 individually executes the first process and the second process. The first process is a process for causing the first data processing apparatus 11 to execute the aggregation process specified by the input job information with the log data specified by the input job information as an aggregation target. The second process is a process for causing the second data processing device 12 to execute the aggregation process specified by the input job information with a part of the log data specified by the input job information as an aggregation target. The tabulation process by the second data processing device 12 is a processing result of the tabulation process for which a part of log data is to be tabulated, and is a sample tabulation process. Therefore, the processing time of the aggregation process is short, and the user of the information processing terminal 13 can quickly grasp what aggregation result can be acquired for the input job information, while the first data processing device 11 Processing load can be reduced.

また、情報処理端末13は、端末ユーザによる処理の選択を受け付ける選択受付部58を備える。処理部56は、第1処理および第2処理のうち端末ユーザによって選択された処理に応じた処理を実行する。これにより、端末ユーザは、自身が意図する集計結果が得られるまで、情報処理端末13に対して繰り返しジョブ情報を入力し、かかるジョブ情報に基づく処理を第2データ処理装置12に繰り返し実行させることができる。これにより、第1データ処理装置11での処理負荷を軽減しつつも、端末ユーザは、自身が意図する集計結果を得ることができるジョブ情報を把握することができる。   In addition, the information processing terminal 13 includes a selection receiving unit 58 that receives selection of processing by the terminal user. The processing unit 56 executes a process corresponding to the process selected by the terminal user among the first process and the second process. Thereby, the terminal user repeatedly inputs job information to the information processing terminal 13 until the tabulation result intended by the terminal user is obtained, and causes the second data processing device 12 to repeatedly execute processing based on the job information. Can do. Thereby, while reducing the processing load on the first data processing apparatus 11, the terminal user can grasp job information that can obtain the aggregation result intended by the terminal user.

また、選択受付部58は、処理部56によって第2処理が実行された後に、第1処理の選択を受け付ける。これにより、端末ユーザに対して入力ジョブ情報に応じたサンプル的な集計処理を確認させた後に、第1データ処理装置11での集計処理を行わせることができることから、第1データ処理装置11での集計処理の回数を低減させることができる。   The selection receiving unit 58 receives the selection of the first process after the processing unit 56 executes the second process. Accordingly, the first data processing apparatus 11 can perform the aggregation process in the first data processing apparatus 11 after confirming the sample aggregation process according to the input job information for the terminal user. It is possible to reduce the number of tabulation processes.

また、情報処理端末13は、記憶部52と、選択部59とを備える。記憶部52は、端末ユーザによって過去に選択された処理の履歴情報を記憶する。選択部59は、第1処理および第2処理のうち履歴情報に応じた処理を選択する。これにより、端末ユーザの過去の操作に応じた適切な処理を選択することができる。   In addition, the information processing terminal 13 includes a storage unit 52 and a selection unit 59. The memory | storage part 52 memorize | stores the historical information of the process selected in the past by the terminal user. The selection unit 59 selects a process corresponding to the history information from the first process and the second process. Thereby, the appropriate process according to the past operation of the terminal user can be selected.

また、情報処理端末13は、第1処理および第2処理のうち第1データ処理装置11の状態に応じた処理を選択する選択部59を備える。これにより、例えば、第1データ処理装置11において待ち状態のジョブが多い場合などにおいて、第1データ処理装置11での集計処理の回数を低減させることができ、第1データ処理装置11での処理負荷を軽減することができる。   In addition, the information processing terminal 13 includes a selection unit 59 that selects a process according to the state of the first data processing device 11 among the first process and the second process. As a result, for example, when there are many jobs waiting in the first data processing apparatus 11, the number of aggregation processes in the first data processing apparatus 11 can be reduced, and the processing in the first data processing apparatus 11 can be reduced. The load can be reduced.

第2データ処理装置12によって集計処理されるログデータの一部は、第2データ処理装置12によって第1データ処理装置11から取得されたデータである。そのため、第1データ処理装置11の集計処理における集計結果と第2データ処理装置12の集計処理における集計結果との整合性の低下を抑制することができる。   Part of the log data that is tabulated by the second data processing device 12 is data acquired from the first data processing device 11 by the second data processing device 12. Therefore, it is possible to suppress a decrease in consistency between the aggregation result in the aggregation process of the first data processing device 11 and the aggregation result in the aggregation process of the second data processing device 12.

また、第1データ処理装置11は、ログデータを複数のスレーブサーバ9(サーバの一例)に分散して格納し、複数のスレーブサーバ9でログデータを分散処理する分散処理システムを含む。これにより、大容量のログデータの集計処理を迅速に行うことができる。   In addition, the first data processing device 11 includes a distributed processing system that stores log data in a plurality of slave servers 9 (an example of a server) in a distributed manner and distributes log data in the plurality of slave servers 9. As a result, it is possible to quickly perform the aggregation processing of large-volume log data.

また、上述したマスタサーバ8、スレーブサーバ9、第2データ処理装置12および情報処理端末13は、それぞれ複数のサーバコンピュータで実現してもよく、また、機能によっては外部のプラットフォーム等をAPI(Application Programming Interface)やネットワークコンピューティングなどで呼び出して実現するなど、構成は柔軟に変更できる。   In addition, the master server 8, the slave server 9, the second data processing device 12, and the information processing terminal 13 described above may be realized by a plurality of server computers, respectively. The configuration can be flexibly changed, for example, by calling with Programming Interface) or network computing.

また、上記してきた「部(section、module、unit)」は、「手段」や「回路」などに読み替えることができる。例えば、処理部は、処理手段や処理回路に読み替えることができる。   Moreover, the above-mentioned “section (module, unit)” can be read as “means”, “circuit”, and the like. For example, the processing unit can be read as processing means or a processing circuit.

さらなる効果や変形例は、当業者によって容易に導き出すことができる。このため、本発明のより広範な態様は、以上のように表しかつ記述した特定の詳細および代表的な実施形態に限定されるものではない。したがって、添付の特許請求の範囲およびその均等物によって定義される総括的な発明の概念の精神または範囲から逸脱することなく、様々な変更が可能である。   Further effects and modifications can be easily derived by those skilled in the art. Thus, the broader aspects of the present invention are not limited to the specific details and representative embodiments shown and described above. Accordingly, various modifications can be made without departing from the spirit or scope of the general inventive concept as defined by the appended claims and their equivalents.

1 サービス提供サーバ
11 第1データ処理装置
12 第2データ処理装置
13 情報処理端末
50 通信部
51 制御部
52 記憶部
53 表示部
54 入力部
55 入力受付部
56 処理部
57 処理結果取得部
58 選択受付部
59 選択部
60 第1処理部
61 第2処理部
DESCRIPTION OF SYMBOLS 1 Service provision server 11 1st data processing apparatus 12 2nd data processing apparatus 13 Information processing terminal 50 Communication part 51 Control part 52 Memory | storage part 53 Display part 54 Input part 55 Input reception part 56 Processing part 57 Processing result acquisition part 58 Selection reception Unit 59 Selection unit 60 First processing unit 61 Second processing unit

Claims (10)

ユーザによって入力されたジョブ情報を受け付ける受付部と、
前記ジョブ情報で指定されるログデータを集計対象として前記ジョブ情報で指定される集計処理を第1データ処理装置に実行させる第1処理と、前記ログデータの一部を集計対象として前記集計処理を第2データ処理装置に実行させる第2処理とを個別に実行する処理部と、を備える
ことを特徴とする情報処理装置。
A reception unit for receiving job information input by a user;
A first process for causing the first data processing apparatus to execute a totaling process specified by the job information with the log data specified by the job information as a target of aggregation, and the totaling process for a part of the log data as a target of aggregation. An information processing apparatus comprising: a processing unit that individually executes a second process to be executed by the second data processing apparatus.
前記ユーザによる処理の選択を受け付ける選択受付部を備え、
前記処理部は、
前記第1処理および前記第2処理のうち前記ユーザによって選択された処理に応じた処理を実行する
ことを特徴とする請求項1に記載の情報処理装置。
A selection receiving unit for receiving selection of processing by the user;
The processor is
The information processing apparatus according to claim 1, wherein a process corresponding to a process selected by the user among the first process and the second process is executed.
前記選択受付部は、
前記処理部によって前記第2処理が実行された後に、前記第1処理の選択を受け付ける
ことを特徴とする請求項2に記載の情報処理装置。
The selection receiving unit
The information processing apparatus according to claim 2, wherein after the second process is executed by the processing unit, the selection of the first process is accepted.
前記ユーザによって過去に選択された処理の履歴情報を記憶する記憶部と、
前記第1処理および前記第2処理のうち前記履歴情報に応じた処理を選択する選択部と、を備える
ことを特徴とする請求項2または3に記載の情報処理装置。
A storage unit for storing history information of processing selected in the past by the user;
The information processing apparatus according to claim 2, further comprising: a selection unit that selects a process according to the history information among the first process and the second process.
前記第1処理および前記第2処理のうち前記第1データ処理装置の状態に応じた処理を選択する選択部を備える
ことを特徴とする請求項1〜4のいずれか一つに記載の情報処理装置。
The information processing according to any one of claims 1 to 4, further comprising: a selection unit that selects a process according to a state of the first data processing device among the first process and the second process. apparatus.
前記ログデータの前記一部は、前記第2データ処理装置によって前記第1データ処理装置から取得されたデータである
ことを特徴とする請求項1〜5のいずれか一つに記載の情報処理装置。
The information processing apparatus according to any one of claims 1 to 5, wherein the part of the log data is data acquired from the first data processing apparatus by the second data processing apparatus. .
前記第1データ処理装置は、
前記ログデータを複数のサーバに分散して格納し、前記複数のサーバで前記ログデータを分散処理する分散処理システムを含む
ことを特徴とする請求項1〜6のいずれか一つに記載の情報処理装置。
The first data processing device includes:
The information according to claim 1, further comprising: a distributed processing system that stores the log data in a distributed manner on a plurality of servers, and distributes the log data on the plurality of servers. Processing equipment.
請求項1〜7のいずれか一つに記載の情報処理装置と、
前記第1データ処理装置と、
前記第2データ処理装置と、を備える
ことを特徴とする情報処理システム。
The information processing apparatus according to any one of claims 1 to 7,
The first data processing device;
An information processing system comprising: the second data processing device.
ユーザによって入力されたジョブ情報を受け付ける受付手順と、
前記ジョブ情報で指定されるログデータを集計対象として前記ジョブ情報で指定される集計処理を第1データ処理装置に実行させる第1処理と、前記ログデータの一部を集計対象として前記集計処理を第2データ処理装置に実行させる第2処理とを選択的に実行する処理手順と、
をコンピュータに実行させることを特徴とする情報処理プログラム。
A reception procedure for receiving job information input by the user;
A first process for causing the first data processing apparatus to execute a totaling process specified by the job information with the log data specified by the job information as a target of aggregation; A processing procedure for selectively executing the second processing to be executed by the second data processing device;
An information processing program for causing a computer to execute.
コンピュータが実行する情報処理方法であって、
ユーザによって入力されたジョブ情報を受け付ける受付工程と、
前記ジョブ情報で指定されるログデータを集計対象として前記ジョブ情報で指定される集計処理を第1データ処理装置に実行させる第1処理と、前記ログデータの一部を集計対象として前記集計処理を第2データ処理装置に実行させる第2処理とを選択的に実行する処理工程と、を含む
ことを特徴とする情報処理方法。
An information processing method executed by a computer,
A reception process for receiving job information input by a user;
A first process for causing the first data processing apparatus to execute a totaling process specified by the job information with the log data specified by the job information as a target of aggregation, and the totaling process for a part of the log data as a target of aggregation. And a processing step of selectively executing a second process to be executed by the second data processing device.
JP2016173117A 2016-09-05 2016-09-05 Information processing equipment, information processing system, information processing program and information processing method Active JP6865003B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2016173117A JP6865003B2 (en) 2016-09-05 2016-09-05 Information processing equipment, information processing system, information processing program and information processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2016173117A JP6865003B2 (en) 2016-09-05 2016-09-05 Information processing equipment, information processing system, information processing program and information processing method

Publications (2)

Publication Number Publication Date
JP2018041168A true JP2018041168A (en) 2018-03-15
JP6865003B2 JP6865003B2 (en) 2021-04-28

Family

ID=61626192

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2016173117A Active JP6865003B2 (en) 2016-09-05 2016-09-05 Information processing equipment, information processing system, information processing program and information processing method

Country Status (1)

Country Link
JP (1) JP6865003B2 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11914399B2 (en) 2019-08-06 2024-02-27 Nec Corporation Optical fiber sensing system, optical fiber sensing equipment, and unmanned aerial vehicle allocation method

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005208922A (en) * 2004-01-22 2005-08-04 Nippon Telegr & Teleph Corp <Ntt> Job assignment method for grid system, grid mediation apparatus, and resource computer
JP2012079078A (en) * 2010-10-01 2012-04-19 Nippon Telegr & Teleph Corp <Ntt> Distributed database management device and distributed database management program
JP2013125468A (en) * 2011-12-15 2013-06-24 Yahoo Japan Corp Advertisement distribution device
JP2015014847A (en) * 2013-07-03 2015-01-22 株式会社日立システムズ Design assist system, design assist method, and program
US20150120688A1 (en) * 2013-10-25 2015-04-30 Fuji Xerox Co., Ltd Data processing apparatus, data processing method, and non-transitory computer readable medium

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2005208922A (en) * 2004-01-22 2005-08-04 Nippon Telegr & Teleph Corp <Ntt> Job assignment method for grid system, grid mediation apparatus, and resource computer
JP2012079078A (en) * 2010-10-01 2012-04-19 Nippon Telegr & Teleph Corp <Ntt> Distributed database management device and distributed database management program
JP2013125468A (en) * 2011-12-15 2013-06-24 Yahoo Japan Corp Advertisement distribution device
JP2015014847A (en) * 2013-07-03 2015-01-22 株式会社日立システムズ Design assist system, design assist method, and program
US20150120688A1 (en) * 2013-10-25 2015-04-30 Fuji Xerox Co., Ltd Data processing apparatus, data processing method, and non-transitory computer readable medium
JP2015084160A (en) * 2013-10-25 2015-04-30 富士ゼロックス株式会社 Data processor and program

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
TOM WHITE, HADOOP 第3版, vol. 初版, JPN6020040069, 26 July 2013 (2013-07-26), pages 395 - 443, ISSN: 0004371389 *
TOM WHITE, HADOOP 第3版, vol. 初版, JPN6021001337, 26 July 2013 (2013-07-26), pages 19 - 47, ISSN: 0004428018 *

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11914399B2 (en) 2019-08-06 2024-02-27 Nec Corporation Optical fiber sensing system, optical fiber sensing equipment, and unmanned aerial vehicle allocation method

Also Published As

Publication number Publication date
JP6865003B2 (en) 2021-04-28

Similar Documents

Publication Publication Date Title
US11755387B1 (en) Updating code of an app feature based on a value of a query feature
US20210357582A1 (en) Editable table in a spreadsheet integrated with a web service
US10528656B2 (en) Application module for managing jobs asynchronously
US8756593B2 (en) Map generator for representing interrelationships between app features forged by dynamic pointers
US8589876B1 (en) Detection of central-registry events influencing dynamic pointers and app feature dependencies
US8983895B2 (en) Representation of multiplicities for Docflow reporting
US11042425B2 (en) Creating and using a bridge for obtaining and displaying process cloud services (PCS) analytics data outside of the PCS
US20170351989A1 (en) Providing supply chain information extracted from an order management system
US8606905B1 (en) Automated determination of system scalability and scalability constraint factors
US20210326520A1 (en) Interactive data entry validation and problem correction in a table component in a spreadsheet driven by a web service
US9990348B2 (en) System and method for managing data using a spreadsheet model
US20220171918A1 (en) User interface for managing extended schemas
US11323526B2 (en) Analysis and visualization of session paths
US10691653B1 (en) Intelligent data backfill and migration operations utilizing event processing architecture
JP6865003B2 (en) Information processing equipment, information processing system, information processing program and information processing method
US10846328B2 (en) Digital asset association with search query data
US11843679B2 (en) Automated dependency management based on page components
US20140089207A1 (en) System and method for providing high level view tracking of changes in sca artifacts
JP2018036885A (en) Information processing device, information processing system, information processing program, and information processing method
JP7367783B2 (en) Service design device, service design method, and service design program
US20240143674A1 (en) Processing and publishing scanned data for detecting entities in a set of domains via a parallel pipeline
US10097622B1 (en) Method and system for communication using published events
TWI576710B (en) Triggering method of preloading concerned web pages
US9372942B1 (en) System and method for facilitating data visualization via a map-reduce framework

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20190325

A711 Notification of change in applicant

Free format text: JAPANESE INTERMEDIATE CODE: A712

Effective date: 20191101

RD03 Notification of appointment of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7423

Effective date: 20191108

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20200212

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20200331

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20200520

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20201027

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20201210

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20210119

A521 Request for written amendment filed

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20210226

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: 20210309

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20210405

R150 Certificate of patent or registration of utility model

Ref document number: 6865003

Country of ref document: JP

Free format text: JAPANESE INTERMEDIATE CODE: R150

S111 Request for change of ownership or part of ownership

Free format text: JAPANESE INTERMEDIATE CODE: R313111

R350 Written notification of registration of transfer

Free format text: JAPANESE INTERMEDIATE CODE: R350

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250