-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathParallel_Secondo2.html
More file actions
37 lines (27 loc) · 1.93 KB
/
Copy pathParallel_Secondo2.html
File metadata and controls
37 lines (27 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>SECONDO</title>
<meta name="description" content="extensible database system">
<link rel="stylesheet" type="text/css" href="secondo.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body onload="window.status='SECONDO - An Extensible Database System'">
<div align="center">
<img alt="SECONDO" src="images/logo.gif" height="107" width="598"> </div>
<h1>Parallel <span style="font-variant:small-caps">Secondo</span> Using Hadoop</h2>
Starting with release 3.3, it is possible to use <span style="font-variant:small-caps">Secondo</span> for parallel processing of queries.
Hadoop needs to be installed together with <span style="font-variant:small-caps">Secondo</span>. Queries in <span style="font-variant:small-caps">Secondo</span>'s executable language can be embedded into Hadoop Map or Reduce steps. Essentially Hadoop is used as a distributed operating system that assigns tasks to <span style="font-variant:small-caps">Secondo</span> instances on different computers and supervises their execution. This approach, as is known for the MapReduce approach, is highly fault-tolerant and suitable for large networks of hundreds of computers.
<p>
Parallel queries can be formulated in one <span style="font-variant:small-caps">Secondo</span> system as a query in executable language containing hadoopMap and hadoopReduce operations.
The following documentation is available:
<ul>
<li> <a href="../papers/PSexample.pdf">Example: How to Write Parallel Queries in Parallel Secondo</a></li>
<li> <a href="../papers/PSUserGuide.pdf">User Guide For Parallel Secondo</a></li>
<li>J. Lu and R.H. Güting, <a href="../papers/CouplingHadoop366.pdf">Simple and Efficient Coupling of Hadoop With a Database Engine.</a> Fernuniversität in Hagen, Informatik-Report 366 - 10/2012.</li>
</ul>
<div class="footnote">
Last Changed: 2012-11-10
</div>
</body>
</html>