Repository: trafodion-site Updated Branches: refs/heads/asf-site 1976b6a16 -> b5a377f83
http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/dependencies.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/dependencies.html b/docs/sql_reference/dependencies.html index 94090c4..91b6734 100644 --- a/docs/sql_reference/dependencies.html +++ b/docs/sql_reference/dependencies.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/index.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/index.html b/docs/sql_reference/index.html index 27c54df..c25ed26 100644 --- a/docs/sql_reference/index.html +++ b/docs/sql_reference/index.html @@ -1984,25 +1984,47 @@ table.CodeRay td.code>pre{padding:0} <li><a href="#examples_of_sys_guid">7.133.2. Examples of SYS_GUID</a></li> </ul> </li> -<li><a href="#variance_function">7.134. VARIANCE Function</a> +<li><a href="#uuid_function">7.134. UUID Function</a> +<ul class="sectlevel4"> +<li><a href="#data_type_of_the_result">Data Type of the Result</a></li> +<li><a href="#examples_of_uuid">7.134.2. Examples of UUID</a></li> +</ul> +</li> +<li><a href="#uuid_short_function">7.135. UUID_SHORT Function</a> +<ul class="sectlevel4"> +<li><a href="#data_type_of_the_result">Data Type of the Result</a></li> +<li><a href="#examples_of_uuid_short">7.135.2. Examples of UUID_SHORT</a></li> +</ul> +</li> +<li><a href="#sleep_function">7.136. SLEEP Function</a> +<ul class="sectlevel3"> +<li><a href="#examples_of_sleep">7.136.1. Examples of SLEEP</a></li> +</ul> +</li> +<li><a href="#variance_function">7.137. VARIANCE Function</a> <ul class="sectlevel3"> -<li><a href="#considerations_for_variance">7.134.1. Considerations for VARIANCE</a></li> -<li><a href="#examples_of_variance">7.134.2. Examples of VARIANCE</a></li> +<li><a href="#considerations_for_variance">7.137.1. Considerations for VARIANCE</a></li> +<li><a href="#examples_of_variance">7.137.2. Examples of VARIANCE</a></li> </ul> </li> -<li><a href="#week_function">7.135. WEEK Function</a> +<li><a href="#week_function">7.138. WEEK Function</a> <ul class="sectlevel3"> -<li><a href="#examples_of_week">7.135.1. Examples of WEEK</a></li> +<li><a href="#examples_of_week">7.138.1. Examples of WEEK</a></li> </ul> </li> -<li><a href="#year_function">7.136. YEAR Function</a> +<li><a href="#year_function">7.139. YEAR Function</a> <ul class="sectlevel3"> -<li><a href="#examples_of_year">7.136.1. Examples of YEAR</a></li> +<li><a href="#examples_of_year">7.139.1. Examples of YEAR</a></li> </ul> </li> -<li><a href="#zeroifnull_function">7.137. ZEROIFNULL Function</a> +<li><a href="#unix_timestamp_function">7.140. UNIX_TIMESTAMP Function</a> <ul class="sectlevel3"> -<li><a href="#examples_of_zeroifnull">7.137.1. Examples of ZEROIFNULL</a></li> +<li><a href="#examples_of_unix_timestamp">7.140.1. Examples of UNIX_TIMESTAMP</a></li> +</ul> +</li> +<li><a href="#zeroifnull_function">7.141. ZEROIFNULL Function</a> +<ul class="sectlevel3"> +<li><a href="#examples_of_zeroifnull">7.141.1. Examples of ZEROIFNULL</a></li> </ul> </li> </ul> @@ -4777,7 +4799,7 @@ a.b.c might be assigned a name such as a.b.c_123…_01….</p> <div class="ulist"> <ul> <li> -<p>the old (existing) column datatype and new column datatype must be VARCHAR (variable length string datatype).</p> +<p>the old (existing) column datatype and new column datatype must be compatible.</p> </li> <li> <p>new column length must be greater than or equal to old column length.</p> @@ -19363,6 +19385,9 @@ row subquery in the lists:</p> --- 2 row(s) selected.</code></pre> </div> </div> +<div class="paragraph"> +<p>datatype</p> +</div> </li> </ul> </div> @@ -24205,7 +24230,7 @@ designates from 1 through 52 bits of <em>precision</em>. The range is from +/- 2.2250738585072014e-308 through +/-1.7976931348623157e+308 stored in 8 bytes.</p> </div> <div class="paragraph"> -<p>An IEEE FLOAT <em>precision</em> data type is stored as an IEEE DOUBLE, that is, in 8 bytes, with the specified precision.</p> +<p>An IEEE FLOAT <em>precision</em> data type is stored as an IEEE DOUBLE, that is, in 8 bytes, with the specified precision. Trafodion always gives maximum precision no matter what the user specifies.</p> </div> <div class="paragraph"> <p>The default <em>precision</em> is 52.</p> @@ -31780,6 +31805,11 @@ corresponding week of the year.</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER (from 1 to 54)</p></td> </tr> <tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#unix_timestamp_function">UNIX_TIMESTAMP Function</a></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Returns a Unix timestamp</p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td> +</tr> +<tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#year_function">YEAR Function</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Returns an integer that represents the year.</p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">INTEGER</p></td> @@ -32246,8 +32276,20 @@ associated with the specified user ID number.</p></td> </tr> <tr> <td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#sys_guid_function">SYS_GUID Function</a></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Returns a globally unique identifier, similar to Oracle’s SYS_GUID function.</p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#uuid_function">UUID Function</a></p></td> <td class="tableblock halign-left valign-top"><p class="tableblock">Returns a globally unique identifier.</p></td> </tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#uuid_short_function">UUID_SHORT Function</a></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Returns a âshortâ universal identifier as a 64-bit unsigned integer.</p></td> +</tr> +<tr> +<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="#sleep_function">SLEEP Function</a></p></td> +<td class="tableblock halign-left valign-top"><p class="tableblock">Sleep for a number of seconds</p></td> +</tr> </tbody> </table> <div class="paragraph"> @@ -39027,7 +39069,7 @@ See <a href="#expressions">Expressions</a>.</p> <pre class="CodeRay highlight"><code data-lang="text">>>SELECT IS_IPV6('10.0.5.9'), IS_IPV6('::1') from dual; (EXPR) (EXPR) -------- ------- -1 0</code></pre> +0 1</code></pre> </div> </div> </div> @@ -39065,7 +39107,7 @@ See <a href="#expressions">Expressions</a>.</p> (EXPR) ----------- -167773449</code></pre> +151322634</code></pre> </div> </div> <div style="page-break-after: always;"></div> @@ -39110,7 +39152,7 @@ representation of the IP address.</p> (EXPR) ------------- -'10.0.5.9'</code></pre> +9.5.0.10</code></pre> </div> </div> </div> @@ -47554,7 +47596,149 @@ ID </div> </div> <div class="sect2"> -<h3 id="variance_function">7.134. VARIANCE Function</h3> +<h3 id="uuid_function">7.134. UUID Function</h3> +<div class="paragraph"> +<p>Returns a Universal Unique Identifier (UUID) generated according to RFC 4122. +A UUID is designed as a number that is globally unique in space and time. +Two calls to UUID() are expected to generate two different values, even if +these calls are performed on two separate devices not connected to each other.</p> +</div> +<div class="admonitionblock note"> +<table> +<tr> +<td class="icon"> +<i class="fa icon-note" title="Note"></i> +</td> +<td class="content"> +UUID() behavior is non-deterministic. Therefore it is best to use it +only in SELECT lists. Using it in a WHERE clause, for example, may result in i +non-deterministic predicate evaluation. +</td> +</tr> +</table> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">UUID ()</code></pre> +</div> +</div> +<div class="sect4"> +<h5 id="data_type_of_the_result">Data Type of the Result</h5> +<div class="paragraph"> +<p>The data type of the result is always CHAR(36).</p> +</div> +</div> +<div class="sect3"> +<h4 id="examples_of_uuid">7.134.2. Examples of UUID</h4> +<div class="ulist"> +<ul> +<li> +<p>Returns a global unique identifier</p> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SELECT UUID() AS ID FROM dual; + +ID +------------------------- + 5cdd380c-33ba-3216-1352-2c9d624042c3 +--- 1 row(s) selected.</code></pre> +</div> +</div> +</li> +</ul> +</div> +<div style="page-break-after: always;"></div> +</div> +</div> +<div class="sect2"> +<h3 id="uuid_short_function">7.135. UUID_SHORT Function</h3> +<div class="paragraph"> +<p>Returns a âshortâ universal identifier as a 64-bit unsigned integer.</p> +</div> +<div class="admonitionblock note"> +<table> +<tr> +<td class="icon"> +<i class="fa icon-note" title="Note"></i> +</td> +<td class="content"> +UUID_SHORT() behavior is non-deterministic. Therefore it is best to use it +only in SELECT lists. Using it in a WHERE clause, for example, may result in i +non-deterministic predicate evaluation. +</td> +</tr> +</table> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">UUID_SHORT ()</code></pre> +</div> +</div> +<div class="sect4"> +<h5 id="data_type_of_the_result">Data Type of the Result</h5> +<div class="paragraph"> +<p>The data type of the result is always UNSIGNED LARGEINT.</p> +</div> +</div> +<div class="sect3"> +<h4 id="examples_of_uuid_short">7.135.2. Examples of UUID_SHORT</h4> +<div class="ulist"> +<ul> +<li> +<p>Returns a global unique identifier as a 64-bit unsigned integer.</p> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SELECT UUID_SHORT() AS ID FROM dual; + +ID +------------------------- + 4716501302154732154 + +--- 1 row(s) selected.</code></pre> +</div> +</div> +</li> +</ul> +</div> +<div style="page-break-after: always;"></div> +</div> +</div> +<div class="sect2"> +<h3 id="sleep_function">7.136. SLEEP Function</h3> +<div class="paragraph"> +<p>Sleeps (pauses) for the number of seconds given by the duration argument, then returns 1.</p> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SLEEP( seconds )</code></pre> +</div> +</div> +<div class="sect3"> +<h4 id="examples_of_sleep">7.136.1. Examples of SLEEP</h4> +<div class="ulist"> +<ul> +<li> +<p>Sleep (Pause) for a given number of seconds</p> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">SELECT SLEEP(5) AS ID FROM dual; + +(EXPR) +----------- + + 1 + +--- 1 row(s) selected.</code></pre> +</div> +</div> +</li> +</ul> +</div> +<div style="page-break-after: always;"></div> +</div> +</div> +<div class="sect2"> +<h3 id="variance_function">7.137. VARIANCE Function</h3> <div class="paragraph"> <p>VARIANCE is an aggregate function that returns the statistical variance of a set of numbers. VARIANCE is a Trafodion SQL extension.</p> @@ -47600,7 +47784,7 @@ as <em>expression</em>. The one-column table derived from the evaluation of </ul> </div> <div class="sect3"> -<h4 id="considerations_for_variance">7.134.1. Considerations for VARIANCE</h4> +<h4 id="considerations_for_variance">7.137.1. Considerations for VARIANCE</h4> <div class="sect4"> <h5 id="definition_of_variance">Definition of VARIANCE</h5> <div class="paragraph"> @@ -47694,7 +47878,7 @@ the computation of VARIANCE(x), then a numeric overflow occurs.</p> </div> </div> <div class="sect3"> -<h4 id="examples_of_variance">7.134.2. Examples of VARIANCE</h4> +<h4 id="examples_of_variance">7.137.2. Examples of VARIANCE</h4> <div class="ulist"> <ul> <li> @@ -47731,7 +47915,7 @@ VARIANCE_SALARY </div> </div> <div class="sect2"> -<h3 id="week_function">7.135. WEEK Function</h3> +<h3 id="week_function">7.138. WEEK Function</h3> <div class="paragraph"> <p>The WEEK function converts a DATE or TIMESTAMP expression into an INTEGER value in the range 1 through 54 that represents the @@ -47763,7 +47947,7 @@ TIMESTAMP. See <a href="#datetime_value_expressions">Datetime Value Expressions< </ul> </div> <div class="sect3"> -<h4 id="examples_of_week">7.135.1. Examples of WEEK</h4> +<h4 id="examples_of_week">7.138.1. Examples of WEEK</h4> <div class="ulist"> <ul> <li> @@ -47787,7 +47971,7 @@ Start/Date Time/Shipped (EXPR) </div> </div> <div class="sect2"> -<h3 id="year_function">7.136. YEAR Function</h3> +<h3 id="year_function">7.139. YEAR Function</h3> <div class="paragraph"> <p>The YEAR function converts a DATE or TIMESTAMP expression into an INTEGER that represents the year.</p> @@ -47812,7 +47996,7 @@ TIMESTAMP. See <a href="#datetime_value_expressions">Datetime Value Expressions< </ul> </div> <div class="sect3"> -<h4 id="examples_of_year">7.136.1. Examples of YEAR</h4> +<h4 id="examples_of_year">7.139.1. Examples of YEAR</h4> <div class="ulist"> <ul> <li> @@ -47836,7 +48020,53 @@ Start/Date Time/Shipped (EXPR) </div> </div> <div class="sect2"> -<h3 id="zeroifnull_function">7.137. ZEROIFNULL Function</h3> +<h3 id="unix_timestamp_function">7.140. UNIX_TIMESTAMP Function</h3> +<div class="paragraph"> +<p>If called with no argument, returns a Unix timestamp (seconds since '1970-01-01 00:00:00' UTC) +as an unsigned integer. If UNIX_TIMESTAMP() is called with a date argument, it returns the value +of the argument as seconds since '1970-01-01 00:00:00' UTC.</p> +</div> +<div class="paragraph"> +<p>UNIX_TIMESTAMP is a MySQL SQL extension.</p> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">UNIX_TIMESTAMP (datetime-expression | emtpy)</code></pre> +</div> +</div> +<div class="ulist"> +<ul> +<li> +<p><code><em>datetime-expression</em></code></p> +<div class="paragraph"> +<p>is an expression that evaluates to a datetime value of type DATE or +TIMESTAMP. See <a href="#datetime_value_expressions">Datetime Value Expressions</a>.</p> +</div> +</li> +</ul> +</div> +<div class="sect3"> +<h4 id="examples_of_unix_timestamp">7.140.1. Examples of UNIX_TIMESTAMP</h4> +<div class="paragraph"> +<p>+</p> +</div> +<div class="listingblock"> +<div class="content"> +<pre class="CodeRay highlight"><code data-lang="text">>>select unix_timestamp() from dual; + +(EXPR) +-------------------- + + 1534672251 + +--- 1 row(s) selected.</code></pre> +</div> +</div> +<div style="page-break-after: always;"></div> +</div> +</div> +<div class="sect2"> +<h3 id="zeroifnull_function">7.141. ZEROIFNULL Function</h3> <div class="paragraph"> <p>The ZEROIFNULL function returns a value of zero if the expression if NULL. Otherwise, it returns the value of the expression.</p> @@ -47857,7 +48087,7 @@ NULL. Otherwise, it returns the value of the expression.</p> </ul> </div> <div class="sect3"> -<h4 id="examples_of_zeroifnull">7.137.1. Examples of ZEROIFNULL</h4> +<h4 id="examples_of_zeroifnull">7.141.1. Examples of ZEROIFNULL</h4> <div class="ulist"> <ul> <li> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/integration.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/integration.html b/docs/sql_reference/integration.html index 5989de5..203eb4e 100644 --- a/docs/sql_reference/integration.html +++ b/docs/sql_reference/integration.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/issue-tracking.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/issue-tracking.html b/docs/sql_reference/issue-tracking.html index c975b19..20204c2 100644 --- a/docs/sql_reference/issue-tracking.html +++ b/docs/sql_reference/issue-tracking.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/license.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/license.html b/docs/sql_reference/license.html index a6e6197..118f441 100644 --- a/docs/sql_reference/license.html +++ b/docs/sql_reference/license.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/mail-lists.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/mail-lists.html b/docs/sql_reference/mail-lists.html index 1a4278e..37bd66f 100644 --- a/docs/sql_reference/mail-lists.html +++ b/docs/sql_reference/mail-lists.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/project-info.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/project-info.html b/docs/sql_reference/project-info.html index ae42a28..d4fa8f9 100644 --- a/docs/sql_reference/project-info.html +++ b/docs/sql_reference/project-info.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/project-summary.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/project-summary.html b/docs/sql_reference/project-summary.html index af02c76..9ee1bef 100644 --- a/docs/sql_reference/project-summary.html +++ b/docs/sql_reference/project-summary.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/source-repository.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/source-repository.html b/docs/sql_reference/source-repository.html index c8c252f..b48aef9 100644 --- a/docs/sql_reference/source-repository.html +++ b/docs/sql_reference/source-repository.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/docs/sql_reference/team-list.html ---------------------------------------------------------------------- diff --git a/docs/sql_reference/team-list.html b/docs/sql_reference/team-list.html index aa8457d..9f77e57 100644 --- a/docs/sql_reference/team-list.html +++ b/docs/sql_reference/team-list.html @@ -1,5 +1,5 @@ <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-08-21 --> +<!-- Generated by Apache Maven Doxia Site Renderer 1.4 at 2018-11-07 --> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> @@ -10,7 +10,7 @@ @import url("./css/site.css"); </style> <link rel="stylesheet" href="./css/print.css" type="text/css" media="print" /> - <meta name="Date-Revision-yyyymmdd" content="20180821" /> + <meta name="Date-Revision-yyyymmdd" content="20181107" /> <meta http-equiv="Content-Language" content="en" /> </head> @@ -27,7 +27,7 @@ <div class="xleft"> - <span id="publishDate">Last Published: 2018-08-21</span> + <span id="publishDate">Last Published: 2018-11-07</span> | <span id="projectVersion">Version: 2.4.0</span> </div> <div class="xright"> <a href="./" title="Trafodion SQL Reference Manual">Trafodion SQL Reference Manual</a> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index cf9a869..914e54b 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-07-20 + Generated by Apache Maven Doxia at 2018-07-20 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> @@ -160,16 +160,16 @@ <div class="item active"> <a class="externalLink" href="http://trafodion.apache.org"><img src="images/carousel/scale.png" alt="Hadoop Scale" /></a> <div class="carousel-caption"> - <h4 id="Hadoop-Scale_with_SQL_Access"><a class="externalLink" href="http://trafodion.apache.org">Hadoop-Scale with SQL Access</a></h4> -<p>Running out of room with your current SQL solution? Starting a new operational application? Trafodion allows you to work in SQL at Hadoop-scale levels.</p> -<div class="section"> + <h4 id="Hadoop-Scale_with_SQL_Access"><a class="externalLink" href="http://trafodion.apache.org">Hadoop-Scale with SQL Access</a></h4> +<p>Running out of room with your current SQL solution? Starting a new operational application? Trafodion allows you to work in SQL at Hadoop-scale levels.</p> +<div class="section"> </div> </div> </div> <div class="item "> <a href="index.html"><img src="images/carousel/stack.png" alt="Trafodion Stack" /></a> <div class="carousel-caption"> - <h4 id="Fully_Integrated_with_HBase_and_Hive"><a href="index.html">Fully Integrated with HBase and Hive</a></h4> + <h4 id="Fully_Integrated_with_HBase_and_Hive"><a href="index.html">Fully Integrated with HBase and Hive</a></h4> <p>Trafodion provides SQL access to structured, semi-structured, and unstructured data allowing you to run operational, historical, and analytical workloads on a single platform.</p> </div> </div> @@ -180,48 +180,48 @@ <div class="row"> <div class="span12"> <div class="body-content"> - <div class="section"> - <h2 id="News">News</h2> - <table border="0" class="bodyTable table table-striped table-hover"> - <tbody> - <tr class="a"> - <td> <p> </p> - <div class="section"> - <div class="section"> - <div class="section"> - <h5 id="Were_working_on_release_2.3">We're working on release 2.3!</h5> - <p></p> - <p>Check out the <a class="externalLink" href="https://cwiki.apache.org/confluence/display/TRAFODION/Roadmap">Roadmap</a> page for planned content.</p> - <p></p> - </div> - <div class="section"> - <h5 id="Apache_Trafodion_2.2.0_our_first_release_as_a_Top_Level_Project_was_released_on_March_12_2018.">Apache Trafodion 2.2.0, our first release as a Top Level Project, was released on March 12, 2018.</h5> - <p></p> - <p>Check it out on the <a class="externalLink" href="http://trafodion.apache.org/download.html">Download</a> page.</p> - <p></p> - </div> - <div class="section"> - <h5 id="Apache_Trafodion_is_now_a_Top_Level_Project">Apache Trafodion is now a Top Level Project!</h5> - <p></p> - <p>See the <a class="externalLink" href="http://globenewswire.com/news-release/2018/01/10/1286517/0/en/The-Apache-Software-Foundation-Announces-Apache-Trafodion-as-a-Top-Level-Project.html">NewsWire</a> article for the official announcement.</p> - <p>See also this nice <a class="externalLink" href="https://thenewstack.io/sql-hadoop-database-trafodion-bridges-transactions-analysis-divide/">article</a> where Trafodion's own Suresh Subbiah spreads the word on Trafodion's features.</p> - <p></p> - </div> - <div class="section"> - <h5 id="Apache_Trafodion_2.1.0-incubating_was_released_on_May_1_2017.">Apache Trafodion 2.1.0-incubating was released on May 1, 2017.</h5> - <p></p> - <p></p> - </div> - <div class="section"> - <h5 id="Want_to_discuss_Trafodion_in_Chinese_Join_the_Trafodion_discussion_on_Tencent_QQ">Want to discuss Trafodion in Chinese? Join the Trafodion discussion on Tencent QQ!</h5> - <p></p> - <p><a class="externalLink" href="http://im.qq.com/">QQ</a> Group ID: 233105278.</p> - </div> - </div> - </div></td> - </tr> - </tbody> - </table> + <div class="section"> + <h2 id="News">News</h2> + <table border="0" class="bodyTable table table-striped table-hover"> + <tbody> + <tr class="a"> + <td> <p> </p> + <div class="section"> + <div class="section"> + <div class="section"> + <h5 id="Were_working_on_release_2.3">We're working on release 2.3!</h5> + <p></p> + <p>Check out the <a class="externalLink" href="https://cwiki.apache.org/confluence/display/TRAFODION/Roadmap">Roadmap</a> page for planned content.</p> + <p></p> + </div> + <div class="section"> + <h5 id="Apache_Trafodion_2.2.0_our_first_release_as_a_Top_Level_Project_was_released_on_March_12_2018.">Apache Trafodion 2.2.0, our first release as a Top Level Project, was released on March 12, 2018.</h5> + <p></p> + <p>Check it out on the <a class="externalLink" href="http://trafodion.apache.org/download.html">Download</a> page.</p> + <p></p> + </div> + <div class="section"> + <h5 id="Apache_Trafodion_is_now_a_Top_Level_Project">Apache Trafodion is now a Top Level Project!</h5> + <p></p> + <p>See the <a class="externalLink" href="http://globenewswire.com/news-release/2018/01/10/1286517/0/en/The-Apache-Software-Foundation-Announces-Apache-Trafodion-as-a-Top-Level-Project.html">NewsWire</a> article for the official announcement.</p> + <p>See also this nice <a class="externalLink" href="https://thenewstack.io/sql-hadoop-database-trafodion-bridges-transactions-analysis-divide/">article</a> where Trafodion's own Suresh Subbiah spreads the word on Trafodion's features.</p> + <p></p> + </div> + <div class="section"> + <h5 id="Apache_Trafodion_2.1.0-incubating_was_released_on_May_1_2017.">Apache Trafodion 2.1.0-incubating was released on May 1, 2017.</h5> + <p></p> + <p></p> + </div> + <div class="section"> + <h5 id="Want_to_discuss_Trafodion_in_Chinese_Join_the_Trafodion_discussion_on_Tencent_QQ">Want to discuss Trafodion in Chinese? Join the Trafodion discussion on Tencent QQ!</h5> + <p></p> + <p><a class="externalLink" href="http://im.qq.com/">QQ</a> Group ID: 233105278.</p> + </div> + </div> + </div></td> + </tr> + </tbody> + </table> <!-- 20160524 GTA Need more logos before using this part. Powered by Trafodion @@ -236,38 +236,38 @@ Contribution opportunites: usage, code, tests, presentations, documentations, we  -Are you using Trafodion? We need permission to add your company's logo here. --> -</div> -<div class="section"> - <h2 id="About">About</h2> - <p>Apache Trafodion is a webscale SQL-on-Hadoop solution enabling transactional or operational workloads on Apache Hadoop. </p> - <p>The name "Trafodion" (the Welsh word for transactions, pronounced "Tra-vod-eee-on") was chosen specifically to emphasize the differentiation that Trafodion provides in closing a critical gap in the Hadoop ecosystem. </p> - <p>Trafodion builds on the scalability, elasticity, and flexibility of Hadoop. Trafodion extends Hadoop to provide guaranteed transactional integrity, enabling new kinds of big data applications to run on Hadoop. </p> +Are you using Trafodion? We need permission to add your company's logo here. --> +</div> +<div class="section"> + <h2 id="About">About</h2> + <p>Apache Trafodion is a webscale SQL-on-Hadoop solution enabling transactional or operational workloads on Apache Hadoop. </p> + <p>The name "Trafodion" (the Welsh word for transactions, pronounced "Tra-vod-eee-on") was chosen specifically to emphasize the differentiation that Trafodion provides in closing a critical gap in the Hadoop ecosystem. </p> + <p>Trafodion builds on the scalability, elasticity, and flexibility of Hadoop. Trafodion extends Hadoop to provide guaranteed transactional integrity, enabling new kinds of big data applications to run on Hadoop. </p> </div> </div> </div> </div> <div class="row columns columns2"> <div class="span6"> - <h2 id="Key_Features">Key Features</h2> -<ul> - <li>Full-functioned ANSI SQL language support</li> - <li>JDBC/ODBC connectivity for Linux/Windows clients</li> - <li>Distributed ACID transaction protection across multiple statements, tables and rows</li> - <li>Performance improvements for OLTP workloads with compile-time and run-time optimizations</li> - <li>Support for large data sets using a parallel-aware query optimizer</li> -</ul> -<div class="section"> + <h2 id="Key_Features">Key Features</h2> +<ul> + <li>Full-functioned ANSI SQL language support</li> + <li>JDBC/ODBC connectivity for Linux/Windows clients</li> + <li>Distributed ACID transaction protection across multiple statements, tables and rows</li> + <li>Performance improvements for OLTP workloads with compile-time and run-time optimizations</li> + <li>Support for large data sets using a parallel-aware query optimizer</li> +</ul> +<div class="section"> </div> </div> <div class="span6"> - <h2 id="Key_Benefits">Key Benefits</h2> -<ul> - <li>Reuse existing SQL skills and improve developer productivity</li> - <li>Distributed ACID transactions guarantee data consistency across multiple rows and tables</li> - <li>Interoperability with existing tools and applications</li> - <li>Hadoop and Linux distribution neutral</li> - <li>Easy to add to your existing Hadoop infrastructure</li> + <h2 id="Key_Benefits">Key Benefits</h2> +<ul> + <li>Reuse existing SQL skills and improve developer productivity</li> + <li>Distributed ACID transactions guarantee data consistency across multiple rows and tables</li> + <li>Interoperability with existing tools and applications</li> + <li>Hadoop and Linux distribution neutral</li> + <li>Easy to add to your existing Hadoop infrastructure</li> </ul> </div> </div> @@ -276,71 +276,71 @@ Are you using Trafodion? We need permission to add your company's logo here. --> <div class="row"> <div class="span12"> <div class="body-content"> - <table border="0" class="bodyTable table table-striped table-hover"> - <tbody> - <tr class="a"> - <td width="33%" valign="top"> - <center> - <div class="section"> - <h2 id="Understand">Understand</h2> - <img src="images/logos/understand.png" width="108" height="108" alt="" /> - <div class="section"> - <div class="section"> - <h4 id="What_makes_Trafodion_unique">What makes Trafodion unique</h4> - <div class="customHr"> - . - </div> - </div> - </div> - </div> - </center> - <ul> - <li><a href="architecture-overview.html">Architecture</a></li> - <li><a href="documentation.html">Documentation</a></li> - <li><a href="faq.html">FAQ</a></li> - </ul> </td> - <td width="33%" valign="top"> - <center> - <div class="section"> - <h2 id="Use">Use</h2> - <img src="images/logos/use.png" width="108" height="108" alt="" /> - <div class="section"> - <div class="section"> - <h4 id="Download_and_try_Trafodion">Download and try Trafodion</h4> - <div class="customHr"> - . - </div> - </div> - </div> - </div> - </center> - <ul> - <li><a href="download.html">Download</a></li> - <li><a href="quickstart.html">Quick Start</a></li> - <li><a href="release-notes.html">Release Notes</a></li> - </ul> </td> - <td width="33%" valign="top"> - <center> - <div class="section"> - <h2 id="Community">Community</h2> - <img src="images/logos/community.png" width="108" height="108" alt="" /> - <div class="section"> - <div class="section"> - <h4 id="Be_part_of_Trafodion">Be part of Trafodion</h4> - <div class="customHr"> - . - </div> - </div> - </div> - </div> - </center> - <ul> - <li><a href="contributing-redirect.html">Contribute</a></li> - <li><a href="mail-lists.html">Discuss</a></li> - <li><a class="externalLink" href="https://cwiki.apache.org/confluence/display/TRAFODION/Apache+Trafodion+Home">Wiki</a></li> - </ul> </td> - </tr> - </tbody> + <table border="0" class="bodyTable table table-striped table-hover"> + <tbody> + <tr class="a"> + <td width="33%" valign="top"> + <center> + <div class="section"> + <h2 id="Understand">Understand</h2> + <img src="images/logos/understand.png" width="108" height="108" alt="" /> + <div class="section"> + <div class="section"> + <h4 id="What_makes_Trafodion_unique">What makes Trafodion unique</h4> + <div class="customHr"> + . + </div> + </div> + </div> + </div> + </center> + <ul> + <li><a href="architecture-overview.html">Architecture</a></li> + <li><a href="documentation.html">Documentation</a></li> + <li><a href="faq.html">FAQ</a></li> + </ul> </td> + <td width="33%" valign="top"> + <center> + <div class="section"> + <h2 id="Use">Use</h2> + <img src="images/logos/use.png" width="108" height="108" alt="" /> + <div class="section"> + <div class="section"> + <h4 id="Download_and_try_Trafodion">Download and try Trafodion</h4> + <div class="customHr"> + . + </div> + </div> + </div> + </div> + </center> + <ul> + <li><a href="download.html">Download</a></li> + <li><a href="quickstart.html">Quick Start</a></li> + <li><a href="release-notes.html">Release Notes</a></li> + </ul> </td> + <td width="33%" valign="top"> + <center> + <div class="section"> + <h2 id="Community">Community</h2> + <img src="images/logos/community.png" width="108" height="108" alt="" /> + <div class="section"> + <div class="section"> + <h4 id="Be_part_of_Trafodion">Be part of Trafodion</h4> + <div class="customHr"> + . + </div> + </div> + </div> + </div> + </center> + <ul> + <li><a href="contributing-redirect.html">Contribute</a></li> + <li><a href="mail-lists.html">Discuss</a></li> + <li><a class="externalLink" href="https://cwiki.apache.org/confluence/display/TRAFODION/Apache+Trafodion+Home">Wiki</a></li> + </ul> </td> + </tr> + </tbody> </table> </div> </div> @@ -491,12 +491,12 @@ Are you using Trafodion? We need permission to add your company's logo here. --> </ul> </div> <div class="span4 bottom-description"> - <blockquote><a href="http://trafodion.apache.org/">Apache Trafodion</a> is a webscale SQL-on-Hadoop solution enabling transactional or operational - workloads on Hadoop. <br /><br />The name "Trafodion" (the Welsh word for transactions, pronounced - "Tra-vod-eee-on") was chosen specifically to emphasize the differentiation that - Trafodion provides in closing a critical gap in the Hadoop ecosystem.<br /><br /> - Trafodion builds on the scalability, elasticity, and flexibility of Hadoop. Trafodion extends - Hadoop to provide guaranteed transactional integrity, enabling new kinds of big data + <blockquote><a href="http://trafodion.apache.org/">Apache Trafodion</a> is a webscale SQL-on-Hadoop solution enabling transactional or operational + workloads on Hadoop. <br /><br />The name "Trafodion" (the Welsh word for transactions, pronounced + "Tra-vod-eee-on") was chosen specifically to emphasize the differentiation that + Trafodion provides in closing a critical gap in the Hadoop ecosystem.<br /><br /> + Trafodion builds on the scalability, elasticity, and flexibility of Hadoop. Trafodion extends + Hadoop to provide guaranteed transactional integrity, enabling new kinds of big data applications to run on Hadoop.</blockquote> </div> </div> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/integration.html ---------------------------------------------------------------------- diff --git a/integration.html b/integration.html index 17c2a5e..b68fa28 100644 --- a/integration.html +++ b/integration.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/issue-tracking.html ---------------------------------------------------------------------- diff --git a/issue-tracking.html b/issue-tracking.html index fa40432..d92dd69 100644 --- a/issue-tracking.html +++ b/issue-tracking.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/license.html ---------------------------------------------------------------------- diff --git a/license.html b/license.html index f0af40b..611840a 100644 --- a/license.html +++ b/license.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/mail-lists.html ---------------------------------------------------------------------- diff --git a/mail-lists.html b/mail-lists.html index c6861c1..4a8b255 100644 --- a/mail-lists.html +++ b/mail-lists.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/management.html ---------------------------------------------------------------------- diff --git a/management.html b/management.html index 0afaf11..016fd94 100644 --- a/management.html +++ b/management.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-07-20 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> @@ -254,7 +254,7 @@ exit; <p>If problems persist please review logs:</p> <ul> <li><b><tt>$TRAF_HOME/sql/local_hadoop/\*/log</tt></b>: Hadoop, HBase, and Hive logs.</li> - <li><b><tt>$TRAF_HOME/logs</tt></b>: Trafodion logs.</li> + <li><b><tt>$TRAF_LOG</tt></b>: Trafodion logs.</li> </ul> </div> </div> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/modules.html ---------------------------------------------------------------------- diff --git a/modules.html b/modules.html index 4015a7b..73dde57 100644 --- a/modules.html +++ b/modules.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/project-info.html ---------------------------------------------------------------------- diff --git a/project-info.html b/project-info.html index 256a202..7843d06 100644 --- a/project-info.html +++ b/project-info.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/project-summary.html ---------------------------------------------------------------------- diff --git a/project-summary.html b/project-summary.html index 130f884..c65eadf 100644 --- a/project-summary.html +++ b/project-summary.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/source-repository.html ---------------------------------------------------------------------- diff --git a/source-repository.html b/source-repository.html index cdd7814..8e10c10 100644 --- a/source-repository.html +++ b/source-repository.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en"> http://git-wip-us.apache.org/repos/asf/trafodion-site/blob/b5a377f8/team-list.html ---------------------------------------------------------------------- diff --git a/team-list.html b/team-list.html index c79183d..69a7365 100644 --- a/team-list.html +++ b/team-list.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <!-- - Generated by Apache Maven Doxia at 2018-08-21 + Generated by Apache Maven Doxia at 2018-11-07 Rendered using Reflow Maven Skin 1.1.1 (http://andriusvelykis.github.io/reflow-maven-skin) --> <html xml:lang="en" lang="en">
