-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathconnector.html
100 lines (87 loc) · 4.66 KB
/
connector.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>5. Connectors — Presto 0.202 Documentation</title>
<link rel="stylesheet" href="_static/presto.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: '0.202',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
};
</script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="top" title="Presto 0.202 Documentation" href="index.html" />
<link rel="next" title="5.1. Accumulo Connector" href="connector/accumulo.html" />
<link rel="prev" title="4.5. Resource Groups" href="admin/resource-groups.html" />
</head>
<body role="document">
<div class="header">
<h1 class="heading"><a href="index.html">
<span>Presto 0.202 Documentation</span></a></h1>
<h2 class="heading"><span>5. Connectors</span></h2>
</div>
<div class="topnav">
<p class="nav">
<span class="left">
« <a href="admin/resource-groups.html">4.5. Resource Groups</a>
</span>
<span class="right">
<a href="connector/accumulo.html">5.1. Accumulo Connector</a> »
</span>
</p>
</div>
<div class="content">
<div class="section" id="connectors">
<h1>5. Connectors</h1>
<p>This chapter describes the connectors available in Presto to access data
from different data sources.</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="connector/accumulo.html">5.1. Accumulo Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/blackhole.html">5.2. Black Hole Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/cassandra.html">5.3. Cassandra Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/hive.html">5.4. Hive Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/hive-security.html">5.5. Hive Security Configuration</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/jmx.html">5.6. JMX Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/kafka.html">5.7. Kafka Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/kafka-tutorial.html">5.8. Kafka Connector Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/localfile.html">5.9. Local File Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/memory.html">5.10. Memory Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/mongodb.html">5.11. MongoDB Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/mysql.html">5.12. MySQL Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/postgresql.html">5.13. PostgreSQL Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/redis.html">5.14. Redis Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/redshift.html">5.15. Redshift Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/sqlserver.html">5.16. SQL Server Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/system.html">5.17. System Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/thrift.html">5.18. Thrift Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/tpcds.html">5.19. TPCDS Connector</a></li>
<li class="toctree-l1"><a class="reference internal" href="connector/tpch.html">5.20. TPCH Connector</a></li>
</ul>
</div>
</div>
</div>
<div class="bottomnav">
<p class="nav">
<span class="left">
« <a href="admin/resource-groups.html">4.5. Resource Groups</a>
</span>
<span class="right">
<a href="connector/accumulo.html">5.1. Accumulo Connector</a> »
</span>
</p>
</div>
<div class="footer" role="contentinfo">
</div>
</body>
</html>