website fixes (moving to ASF resources)
- users mailing list
- location of website resources
- whitespace
diff --git a/aql/externaldata.html b/aql/externaldata.html
index 9ea42c5..e480302 100644
--- a/aql/externaldata.html
+++ b/aql/externaldata.html
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<!--
- | Generated by Apache Maven Doxia at 2015-05-29
+ | Generated by Apache Maven Doxia at 2015-06-03
| Rendered using Apache Maven Fluido Skin 1.3.0
-->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="Date-Revision-yyyymmdd" content="20150529" />
+ <meta name="Date-Revision-yyyymmdd" content="20150603" />
<meta http-equiv="Content-Language" content="en" />
<title>AsterixDB - </title>
<link rel="stylesheet" href="../css/apache-maven-fluido-1.3.0.min.css" />
@@ -42,7 +42,7 @@
<ul class="breadcrumb">
- <li id="publishDate">Last Published: 2015-05-29</li>
+ <li id="publishDate">Last Published: 2015-06-03</li>
@@ -252,7 +252,7 @@
<ul>
-<li>Download the <a class="externalLink" href="https://code.google.com/p/asterixdb/downloads/detail?name=lineitem.tbl&can=2&q=">data file</a> to an appropriate location. We denote this location by SOURCE_PATH.</li>
+<li>Download the <a href="../data/lineitem.tbl">data file</a> to an appropriate location. We denote this location by SOURCE_PATH.</li>
</ul>
<p>ASTERIX provides a built-in adapter for data residing on the local file system. The adapter is referred by its alias- ‘localfs’. We create an external dataset named Lineitem and use the ‘localfs’ adapter.</p>
@@ -374,7 +374,7 @@
<p><i>Difference between ‘input-format’ and ‘format’</i></p>
<p><i>input-format</i>: File stored under HDFS have an associated storage format For example, TextInputFormat represents plain text files. SequenceFileInputFormat indicates binary compressed file. The parameter ‘input-format’ is used to distinguish between these two kind of files.</p>
<p><i>format</i>: The parameter ‘format’ refers to the type of the data contained in the file. For example data contained in a file could be in json, ADM format or could be delimited-text with fields separated by a delimiting character.</p>
-<p>As an example. consider the <a class="externalLink" href="https://code.google.com/p/asterixdb/downloads/detail?name=lineitem.tbl&can=2&q=">data file</a>. The file is a text file with each line representing a record. The fields in each record are separated by the ‘|’ character.</p>
+<p>As an example. consider the <a href="../data/lineitem.tbl">data file</a>. The file is a text file with each line representing a record. The fields in each record are separated by the ‘|’ character.</p>
<p>We assume the HDFS URL to be <a class="externalLink" href="hdfs://host:port">hdfs://host:port</a>. We further assume that the example data file is copied to the HDFS at a path denoted by HDFS_PATH.</p>
<p>The complete set of parameters for our example file are as follows. ((“hdfs”=“HDFS_URL”,(“path”=“HDFS_PATH”),(“input-format”=“text-input-format”),(“format”=“delimited-text”),(“delimiter”=“|”))</p>
<p>We modify the create external dataset statement as follows.</p>