Repository: tajo
Updated Branches:
  refs/heads/master fec596185 -> dc80608f4


Update site for 0.10.1 release.


Project: http://git-wip-us.apache.org/repos/asf/tajo/repo
Commit: http://git-wip-us.apache.org/repos/asf/tajo/commit/dc80608f
Tree: http://git-wip-us.apache.org/repos/asf/tajo/tree/dc80608f
Diff: http://git-wip-us.apache.org/repos/asf/tajo/diff/dc80608f

Branch: refs/heads/master
Commit: dc80608f47e301d923c8b89378989f24071f98ea
Parents: fec5961
Author: Hyunsik Choi <[email protected]>
Authored: Fri Jul 3 02:03:53 2015 -0700
Committer: Hyunsik Choi <[email protected]>
Committed: Fri Jul 3 02:03:53 2015 -0700

----------------------------------------------------------------------
 tajo-project/src/site/apt/index.apt             |   6 +
 tajo-project/src/site/markdown/downloads.md     |  14 +-
 .../markdown/releases/0.10.1/announcement.md    |  42 ++++++
 .../resources/releases/0.10.1/relnotes.html     | 134 +++++++++++++++++++
 tajo-project/src/site/site.xml                  |  19 ++-
 5 files changed, 210 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tajo/blob/dc80608f/tajo-project/src/site/apt/index.apt
----------------------------------------------------------------------
diff --git a/tajo-project/src/site/apt/index.apt 
b/tajo-project/src/site/apt/index.apt
index 42e524f..5abd731 100644
--- a/tajo-project/src/site/apt/index.apt
+++ b/tajo-project/src/site/apt/index.apt
@@ -61,6 +61,8 @@ Features
 
 Releases
 
+  * <<[2015-06-29]>> {{{./downloads.html}Tajo 0.10.1}} 
({{{./releases/0.10.1/announcement.html}Announcement}}, 
{{{./releases/0.10.1/relnotes.html}Release Notes}})
+
   * <<[2015-03-08]>> {{{./downloads.html}Tajo 0.10.0}} 
({{{./releases/0.10.0/announcement.html}Announcement}}, 
{{{./releases/0.10.0/relnotes.html}Release Notes}})
 
   * <<[2014-10-21]>> {{{./downloads.html}Tajo 0.9.0}} 
({{{./releases/0.9.0/announcement.html}Announcement}}, 
{{{./releases/0.9.0/relnotes.html}Release Notes}})
@@ -71,6 +73,10 @@ Releases
 
 News
 
+  * <<[2015-06-27]>> Hyunsik Choi had a talk at Big Data Day LA 2015.
+
+  * <<[2015-06-17]>> Hyunsik Choi had a talk at Hadoop Summit North America  
({{{http://www.slideshare.net/hyunsikchoi/efficient-in-situ-processing-of-various-storage-types-on-apache-tajo}Slide}}).
 
+
   * <<[2014-12-05]>> Hyoung Jun Kim was elected as a Tajo PMC member.
 
   * <<[2014-12-05]>> Jihun Kang was invited to a new committer.

http://git-wip-us.apache.org/repos/asf/tajo/blob/dc80608f/tajo-project/src/site/markdown/downloads.md
----------------------------------------------------------------------
diff --git a/tajo-project/src/site/markdown/downloads.md 
b/tajo-project/src/site/markdown/downloads.md
index 44d370b..f8ec951 100644
--- a/tajo-project/src/site/markdown/downloads.md
+++ b/tajo-project/src/site/markdown/downloads.md
@@ -18,7 +18,18 @@
 
 ## Most Recent Releases
 
-### Latest Release 0.10.0 (Mar 8, 2015)
+### Latest Release 0.10.1 (Jun 29, 2015)
+
+ * [Announcement] (releases/0.10.1/announcement.html)
+ * [Release Notes] (releases/0.10.1/relnotes.html)
+ * [User Documentation] (http://tajo.apache.org/docs/0.10.1/index.html)
+ * Source: <a 
href='http://apache.org/dyn/closer.cgi/tajo/tajo-0.10.1/tajo-0.10.1-src.tar.gz' 
id='tajo-0.10.1-src'>tajo-0.10.1-src.tar.gz</a> 
([MD5](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-0.10.1-src.tar.gz.md5)) 
([SHA](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-0.10.1-src.tar.gz.sha512))
 
([SIGN](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-0.10.1-src.tar.gz.asc))
 ([KEYS](http://www.apache.org/dist/tajo/KEYS))
+ * Binary Tarball: <a 
href='http://apache.org/dyn/closer.cgi/tajo/tajo-0.10.1/tajo-0.10.1.tar.gz' 
id='tajo-0.10.1-bin'>tajo-0.10.1.tar.gz</a> 
([MD5](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-0.10.1.tar.gz.md5)) 
([SHA](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-0.10.1.tar.gz.sha512)) 
([SIGN](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-0.10.1.tar.gz.asc)) 
([KEYS](http://www.apache.org/dist/tajo/KEYS))
+ * JDBC Driver: <a 
href='http://apache.org/dyn/closer.cgi/tajo/tajo-0.10.1/tajo-jdbc-0.10.1.jar' 
id='tajo-jdbc-0.10.1'>tajo-jdbc-0.10.1.jar</a> 
([MD5](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-jdbc-0.10.1.jar.md5)) 
([SHA](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-jdbc-0.10.1.jar.sha512))
 ([SIGN](http://www.apache.org/dist/tajo/tajo-0.10.1/tajo-jdbc-0.10.1.jar.asc)) 
([KEYS](http://www.apache.org/dist/tajo/KEYS))
+
+## Previous Releases
+
+### Release 0.10.0 (Mar 8, 2015)
 
  * [Announcement] (releases/0.10.0/announcement.html)
  * [Release Notes] (releases/0.10.0/relnotes.html)
@@ -27,7 +38,6 @@
  * Binary Tarball: <a 
href='http://apache.org/dyn/closer.cgi/tajo/tajo-0.10.0/tajo-0.10.0.tar.gz' 
id='tajo-0.10.0-bin'>tajo-0.10.0.tar.gz</a> 
([MD5](http://www.apache.org/dist/tajo/tajo-0.10.0/tajo-0.10.0.tar.gz.md5)) 
([SHA](http://www.apache.org/dist/tajo/tajo-0.10.0/tajo-0.10.0.tar.gz.sha)) 
([SIGN](http://www.apache.org/dist/tajo/tajo-0.10.0/tajo-0.10.0.tar.gz.asc)) 
([KEYS](http://www.apache.org/dist/tajo/KEYS))
  * JDBC Driver: <a 
href='http://apache.org/dyn/closer.cgi/tajo/tajo-0.10.0/tajo-jdbc-0.10.0.jar' 
id='tajo-jdbc-0.10.0'>tajo-jdbc-0.10.0.jar</a> 
([MD5](http://www.apache.org/dist/tajo/tajo-0.10.0/tajo-jdbc-0.10.0.jar.md5)) 
([SHA](http://www.apache.org/dist/tajo/tajo-0.10.0/tajo-jdbc-0.10.0.jar.sha)) 
([SIGN](http://www.apache.org/dist/tajo/tajo-0.10.0/tajo-jdbc-0.10.0.jar.asc)) 
([KEYS](http://www.apache.org/dist/tajo/KEYS))
 
-## Previous Releases
 ### Release 0.9.0 (Oct 21, 2014)
 
  * [Announcement] (releases/0.9.0/announcement.html)

http://git-wip-us.apache.org/repos/asf/tajo/blob/dc80608f/tajo-project/src/site/markdown/releases/0.10.1/announcement.md
----------------------------------------------------------------------
diff --git a/tajo-project/src/site/markdown/releases/0.10.1/announcement.md 
b/tajo-project/src/site/markdown/releases/0.10.1/announcement.md
new file mode 100644
index 0000000..1ea5dfe
--- /dev/null
+++ b/tajo-project/src/site/markdown/releases/0.10.1/announcement.md
@@ -0,0 +1,42 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+# Apache Tajo™ 0.10.1 Release Announcement
+
+The Apache Tajo team is pleased to announce the release of Apache Tajo™ 
0.10.1.
+Apache Tajo™ is a big data warehouse system on various data sources. It 
provides distributed and scalable SQL analytical processing on Apache Hadoop™.
+
+The release is available for immediate download:
+
+ * http://tajo.apache.org/downloads.html 
+
+This is a minor release for bug fixes. For this release, Apache Tajo team 
resolved about 51 issues including bug fixes, improvements, and few new 
features.
+
+### Some of Highlights
+ * Support multi-bytes delimiter for CSV/Text file ([TAJO-1374] 
(https://issues.apache.org/jira/browse/TAJO-1374), [TAJO-1381] 
(https://issues.apache.org/jira/browse/TAJO-1381))
+ * JDBC program is stuck after closing ([TAJO-1619] 
(https://issues.apache.org/jira/browse/TAJO-1619))
+ * INSERT INTO with wrong target columns causes NPE. ([TAJO-1623] 
(https://issues.apache.org/jira/browse/TAJO-1623))
+ * Add TajoStatement::setMaxRows method support ([TAJO-1400] 
(https://issues.apache.org/jira/browse/TAJO-1400))
+ * Fix NPE on natural join ([TAJO-1574] 
(https://issues.apache.org/jira/browse/TAJO-1574))
+ * Implement json\_extract\_path\_text(string, string) function ([TAJO-1529] 
(https://issues.apache.org/jira/browse/TAJO-1529))
+ * CURRENT_DATE generates parsing errors sometimes. ([TAJO-1386] 
(https://issues.apache.org/jira/browse/TAJO-1386))
+ * Simple query doesn't work in Web UI. ([TAJO-1147] 
(https://issues.apache.org/jira/browse/TAJO-1147))
+ 
+For a complete list of new features and fixed problems, please see the release 
notes:
+
+ * http://tajo.apache.org/releases/0.10.1/relnotes.html
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/tajo/blob/dc80608f/tajo-project/src/site/resources/releases/0.10.1/relnotes.html
----------------------------------------------------------------------
diff --git a/tajo-project/src/site/resources/releases/0.10.1/relnotes.html 
b/tajo-project/src/site/resources/releases/0.10.1/relnotes.html
new file mode 100644
index 0000000..8c22fea
--- /dev/null
+++ b/tajo-project/src/site/resources/releases/0.10.1/relnotes.html
@@ -0,0 +1,134 @@
+<html>
+<head>
+<title>Release Notes - Tajo - Version 0.10.1</title>
+</head>
+
+<body>
+<h1>Release Notes - Tajo - Version 0.10.1</h1>
+
+<h2>Changes since Tajo 0.10.1</h2>
+
+<h2>        Sub-task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1437'>TAJO-1437</a>] 
-         Resolve findbug warnings on Tajo JDBC Module
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1438'>TAJO-1438</a>] 
-         Resolve findbug warnings on Tajo Client Module
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1529'>TAJO-1529</a>] 
-         Implement json_extract_path_text(string, string) function
+</li>
+</ul>
+                        
+<h2>        Bug
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1147'>TAJO-1147</a>] 
-         Simple query doesn&#39;t work in Web UI
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1360'>TAJO-1360</a>] 
-         VALUES_ field in OPTIONS table of catalog store should be longer.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1384'>TAJO-1384</a>] 
-         Duplicated output file path problem
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1386'>TAJO-1386</a>] 
-         CURRENT_DATE generates parsing errors sometimes.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1387'>TAJO-1387</a>] 
-         Correct error message for EXISTS clause
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1396'>TAJO-1396</a>] 
-         Unexpected IllegalMonitorStateException can be thrown in 
QueryInProgress
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1411'>TAJO-1411</a>] 
-         Support case-insensitive table description command
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1419'>TAJO-1419</a>] 
-         Tsql session command doesn&#39;t work
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1434'>TAJO-1434</a>] 
-         Fix supporting version of Hadoop
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1440'>TAJO-1440</a>] 
-         Some tests fail in parallel test environment in TestKillQuery
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1481'>TAJO-1481</a>] 
-         Numeric conversion of Inet4 type should be considered as unsigned
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1485'>TAJO-1485</a>] 
-         Datum &#39;Char&#39; returned only 1byte.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1512'>TAJO-1512</a>] 
-         Fix various Expr cloning bugs
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1516'>TAJO-1516</a>] 
-         JDBC connection is lost while retrieving large results
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1522'>TAJO-1522</a>] 
-         NPE making stage history before task scheduler is initialized
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1534'>TAJO-1534</a>] 
-         DelimitedTextFile return null instead of a NullDatum 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1538'>TAJO-1538</a>] 
-         TajoWorkerResourceManager.allocatedResourceMap is increasing forever
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1556'>TAJO-1556</a>] 
-         &quot;insert into select&quot; with reordered column list does not 
work.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1560'>TAJO-1560</a>] 
-         HashShuffle report should be ignored when a succeed tasks are not 
included
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1564'>TAJO-1564</a>] 
-         TestFetcher fails occasionally
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1574'>TAJO-1574</a>] 
-         Fix NPE on natural join
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1580'>TAJO-1580</a>] 
-         Error line number is incorrect
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1581'>TAJO-1581</a>] 
-         Does not update last state of query stage in non-hash shuffle
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1586'>TAJO-1586</a>] 
-         TajoMaster HA startup failure on Yarn.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1598'>TAJO-1598</a>] 
-         TableMeta should change equals mechanism 
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1605'>TAJO-1605</a>] 
-         Fix master build failure on jdk 1.6
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1612'>TAJO-1612</a>] 
-         TestKillQuery occassionally fails
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1619'>TAJO-1619</a>] 
-         JDBC program is stuck after closing
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1621'>TAJO-1621</a>] 
-         Compilation error with hadoop 2.7.0
+</li>
+</ul>
+                    
+<h2>        Improvement
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1374'>TAJO-1374</a>] 
-         Support multi-bytes delimiter for CSV file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1381'>TAJO-1381</a>] 
-         Support multi-bytes delimiter for Text file
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1394'>TAJO-1394</a>] 
-         Support reconnect on tsql
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1395'>TAJO-1395</a>] 
-         Remove deprecated sql files for Oracle and PostgreSQL
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1400'>TAJO-1400</a>] 
-         Add TajoStatement::setMaxRows method support
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1425'>TAJO-1425</a>] 
-         SQLAnalyzer should print message to indicate exact error line with 
supplement
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1452'>TAJO-1452</a>] 
-         Improve function listing order
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1501'>TAJO-1501</a>] 
-         Too many log message of HashShuffleAppenderManager.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1576'>TAJO-1576</a>] 
-         Sometimes DefaultTajoCliOutputFormatter.parseErrorMessage() 
eliminates an important kind of information.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1623'>TAJO-1623</a>] 
-         INSERT INTO with wrong target columns causes NPE.
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1626'>TAJO-1626</a>] 
-         JdbcConnection::setAutoCommit() should not throw an exception.
+</li>
+</ul>
+                                                                
+<h2>        Task
+</h2>
+<ul>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1380'>TAJO-1380</a>] 
-         Update JDBC documentation for new JDBC driver
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1439'>TAJO-1439</a>] 
-         Some method name is written wrongly
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1462'>TAJO-1462</a>] 
-         Replace CSV examples into TEXT examples in docs
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1559'>TAJO-1559</a>] 
-         Fix data model description (tinyint, smallint)
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1567'>TAJO-1567</a>] 
-         Update old license in some pom.xml files
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1568'>TAJO-1568</a>] 
-         Apply UnpooledByteBufAllocator when a tajo.test.enabled is set to 
enable
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1571'>TAJO-1571</a>] 
-         Merge TAJO-1497 and TAJO-1569 to 0.10.1
+</li>
+<li>[<a href='https://issues.apache.org/jira/browse/TAJO-1604'>TAJO-1604</a>] 
-         Merge TAJO-1442 to 0.10.1
+</li>
+</ul>
+    
+</body>
+</html>

http://git-wip-us.apache.org/repos/asf/tajo/blob/dc80608f/tajo-project/src/site/site.xml
----------------------------------------------------------------------
diff --git a/tajo-project/src/site/site.xml b/tajo-project/src/site/site.xml
index a679e33..3ce03c2 100644
--- a/tajo-project/src/site/site.xml
+++ b/tajo-project/src/site/site.xml
@@ -71,6 +71,21 @@ function addListener(element, type, callback) {
 }
 
 function ga_event_load() {
+        var dn_src_0_10_1 = document.getElementById('tajo-0.10.1-src');
+        var dn_bin_0_10_1 = document.getElementById('tajo-0.10.1-bin');
+        var dn_jdbc_0_10_1 = document.getElementById('tajo-jdbc-0.10.1');
+
+        addListener(dn_src_0_10_1, 'click', function() {
+          ga('send', 'event', 'tajo-0.10.1-src', 'click', 'tajo-0.10.1-src');
+        });
+        addListener(dn_bin_0_10_1, 'click', function() {
+          ga('send', 'event', 'tajo-0.10.1-bin', 'click', 'tajo-0.10.1-bin');
+        });
+        addListener(dn_jdbc_0_10_1, 'click', function() {
+          ga('send', 'event', 'tajo-jdbc-0.10.1', 'click', 'tajo-jdbc-0.10.1');
+        });
+
+
         var dn_src_0_10_0 = document.getElementById('tajo-0.10.0-src');
         var dn_bin_0_10_0 = document.getElementById('tajo-0.10.0-bin');
         var dn_jdbc_0_10_0 = document.getElementById('tajo-jdbc-0.10.0');
@@ -124,9 +139,7 @@ window.onload = ga_event_load;
 
     <menu name="Documentation">
       <item name="Devel" href="http://tajo.apache.org/docs/devel/index.html"; />
-      <item name="Current (0.10.0)" 
href="http://tajo.apache.org/docs/current/index.html"; />
-      <item name="0.9.0" href="http://tajo.apache.org/docs/0.9.0/index.html"; />
-      <item name="0.8.0" href="http://tajo.apache.org/docs/0.8.0/index.html"; />
+      <item name="Current (0.10.1)" 
href="http://tajo.apache.org/docs/current/index.html"; />
     </menu>
 
     <menu name="Contributes">

Reply via email to