You are viewing a plain text version of this content. The canonical link for it is here.
Posted to codereview@trafodion.apache.org by zellerh <gi...@git.apache.org> on 2017/05/01 23:40:23 UTC

[GitHub] incubator-trafodion pull request #1076: [TRAFODION-2602] Update Trafodion we...

GitHub user zellerh opened a pull request:

    https://github.com/apache/incubator-trafodion/pull/1076

    [TRAFODION-2602] Update Trafodion web site with new 2.1.0 release

    * Added new section to download page. Note: Right now these artifacts are not yet available on the mirror site, hopefully they will show up soon. Steve told me this usually takes a day or two.
    * Added new section for 2.1.0 on the documentation page. Note: The links will not work if you build the site yourself, but should work when deployed on the actual site, since the site already has the 2.1.0 manuals in a docs/2.1.0 directory.
    * Transferred release notes from wiki https://cwiki.apache.org/confluence/display/TRAFODION/Release+2.1 to the web site. Once the site is up I'll remove the text from the wiki and replace it with a link.
    * Minor changes to main site.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zellerh/incubator-trafodion bug/cses_jan-17

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-trafodion/pull/1076.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1076
    
----
commit 3e64d5d62e2bdb3c82bd19304aa072f052d6da16
Author: Hans Zeller <hz...@apache.org>
Date:   2017-05-01T23:33:10Z

    [TRAFODION-2602] Update Trafodion web site with new 2.1.0 release

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #1076: [TRAFODION-2602] Update Trafodion we...

Posted by zellerh <gi...@git.apache.org>.
Github user zellerh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/1076#discussion_r114423958
  
    --- Diff: docs/src/site/markdown/release-notes-2-1-0.md ---
    @@ -0,0 +1,164 @@
    +<!--
    +  Licensed 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.
    +-->
    +
    +# 2.1.0-incubating Release Notes
    +
    +This is the third release of the Apache Trafodion (incubating) project.
    +
    +Build instructions are available in the [Trafodion Contributor Guide](https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environment).
    +
    +## New Features
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Hashing functions added to Trafodion</td>
    +      <td>[TRAFODION-2229](https://issues.apache.org/jira/browse/TRAFODION-2229)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for Hbase1.1 and CDH5.5-5.7</td>
    +      <td>[TRAFODION-2016](https://issues.apache.org/jira/browse/TRAFODION-2016)</td>
    +    </tr>
    +    <tr>
    +      <td>Better java exception handling in the java layer of Trafodion</td>
    +      <td>[TRAFODION-1988](https://issues.apache.org/jira/browse/TRAFODION-1988)</td>
    +    </tr>
    +    <tr>
    +      <td>TopN Sort operator</td>
    +      <td>[TRAFODION-2259](https://issues.apache.org/jira/browse/TRAFODION-2259)</td>
    +    </tr>
    +    <tr>
    +      <td>Runtime statistics enhancements</td>
    +      <td>[TRAFODION-2420](https://issues.apache.org/jira/browse/TRAFODION-2420)</td>
    +    </tr>
    +    <tr>
    +      <td>RegExp operator support</td>
    +      <td>[TRAFODION-2353](https://issues.apache.org/jira/browse/TRAFODION-2353)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for LAG and LEAD OLAP functions</td>
    +      <td>[TRAFODION-2214](https://issues.apache.org/jira/browse/TRAFODION-2214)</td>
    +    </tr>
    +    <tr>
    +      <td>Bulk load enhancements to log errors</td>
    +      <td>[TRAFODION-2351](https://issues.apache.org/jira/browse/TRAFODION-2351)</td>
    +    </tr>
    +    <tr>
    +      <td>ODB tool support for Windows</td>
    +      <td>[TRAFODION-1931](https://issues.apache.org/jira/browse/TRAFODION-1931)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for GROUP BY ROLLUP feature</td>
    +      <td>[TRAFODION-2246](https://issues.apache.org/jira/browse/TRAFODION-2246)</td>
    +    </tr>
    +    <tr>
    +      <td>Support ORDER BY clause in GROUP_CONCAT</td>
    +      <td>[TRAFODION-2270](https://issues.apache.org/jira/browse/TRAFODION-2270)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for boolean datatype</td>
    +      <td>[TRAFODION-2099](https://issues.apache.org/jira/browse/TRAFODION-2099)</td>
    +    </tr>
    +    <tr>
    +      <td>Added encryption functions for Trafodion</td>
    +      <td>[TRAFODION-2228](https://issues.apache.org/jira/browse/TRAFODION-2228)</td>
    +    </tr>
    +    <tr>
    +      <td>Support of SQL extension 'EXCEPT'</td>
    +      <td>[TRAFODION-2117](https://issues.apache.org/jira/browse/TRAFODION-2117)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for tinyint,largeint,unsinged datatype in SQL</td>
    +      <td>[TRAFODION-2086](https://issues.apache.org/jira/browse/TRAFODION-2086)</td>
    +    </tr>
    +    <tr>
    +      <td>SQL syntax to support INTERSECT</td>
    +      <td>[TRAFODION-2047](https://issues.apache.org/jira/browse/TRAFODION-2047)</td>
    +    </tr>
    +    <tr>
    +      <td>Enable support for various non-ansi sql syntax/functionality</td>
    +      <td>[TRAFODION-2180](https://issues.apache.org/jira/browse/TRAFODION-2180)</td>
    +    </tr>
    +    <tr>
    +      <td>Use of CQD to set scratch directory locations</td>
    +      <td>[TRAFODION2146](https://issues.apache.org/jira/browse/TRAFODION2146)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Improvements
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Improve query compilation time</td>
    +      <td>[TRAFODION-2137](https://issues.apache.org/jira/browse/TRAFODION-2137)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve upsert performance for table with indexes</td>
    +      <td>[TRAFODION-1546](https://issues.apache.org/jira/browse/TRAFODION-1546)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve concurrency during DDL operations</td>
    +      <td>[TRAFODION-2037](https://issues.apache.org/jira/browse/TRAFODION-2037)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Install and Configuration Changes
    +
    +* Ambari Integration ([TRAFODION-2291](https://issues.apache.org/jira/browse/TRAFODION-2291))<br/>
    +Integration with Ambari cluster manager ambari interface/integration. The Ambari integration provides support for Hortonworks Hadoop distributions, while the command-line Trafodion Installer supports Cloudera and Hortonworks Hadoop distributions, and for select vanilla Hadoop installations.
    +* Python Installer ([TRAFODION-1839](https://issues.apache.org/jira/browse/TRAFODION-1839))<br/>
    +Trafodion Installer Evolution The command-line installer has been replaced for the 2.1.0 release. Written in python, it replaces the legacy bash-script installer. The bash command-line installer is deprecated as of 2.1.0, but is still provided, just in case you experience any problems with the new installer. If so, please report those problems to the project team, since the legacy installer will soon be obsoleted.
    --- End diff --
    
    done


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #1076: [TRAFODION-2602] Update Trafodion we...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-trafodion/pull/1076


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #1076: [TRAFODION-2602] Update Trafodion we...

Posted by zellerh <gi...@git.apache.org>.
Github user zellerh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/1076#discussion_r114423998
  
    --- Diff: docs/src/site/markdown/release-notes-2-1-0.md ---
    @@ -0,0 +1,164 @@
    +<!--
    +  Licensed 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.
    +-->
    +
    +# 2.1.0-incubating Release Notes
    +
    +This is the third release of the Apache Trafodion (incubating) project.
    +
    +Build instructions are available in the [Trafodion Contributor Guide](https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environment).
    +
    +## New Features
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Hashing functions added to Trafodion</td>
    +      <td>[TRAFODION-2229](https://issues.apache.org/jira/browse/TRAFODION-2229)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for Hbase1.1 and CDH5.5-5.7</td>
    +      <td>[TRAFODION-2016](https://issues.apache.org/jira/browse/TRAFODION-2016)</td>
    +    </tr>
    +    <tr>
    +      <td>Better java exception handling in the java layer of Trafodion</td>
    +      <td>[TRAFODION-1988](https://issues.apache.org/jira/browse/TRAFODION-1988)</td>
    +    </tr>
    +    <tr>
    +      <td>TopN Sort operator</td>
    +      <td>[TRAFODION-2259](https://issues.apache.org/jira/browse/TRAFODION-2259)</td>
    +    </tr>
    +    <tr>
    +      <td>Runtime statistics enhancements</td>
    +      <td>[TRAFODION-2420](https://issues.apache.org/jira/browse/TRAFODION-2420)</td>
    +    </tr>
    +    <tr>
    +      <td>RegExp operator support</td>
    +      <td>[TRAFODION-2353](https://issues.apache.org/jira/browse/TRAFODION-2353)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for LAG and LEAD OLAP functions</td>
    +      <td>[TRAFODION-2214](https://issues.apache.org/jira/browse/TRAFODION-2214)</td>
    +    </tr>
    +    <tr>
    +      <td>Bulk load enhancements to log errors</td>
    +      <td>[TRAFODION-2351](https://issues.apache.org/jira/browse/TRAFODION-2351)</td>
    +    </tr>
    +    <tr>
    +      <td>ODB tool support for Windows</td>
    +      <td>[TRAFODION-1931](https://issues.apache.org/jira/browse/TRAFODION-1931)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for GROUP BY ROLLUP feature</td>
    +      <td>[TRAFODION-2246](https://issues.apache.org/jira/browse/TRAFODION-2246)</td>
    +    </tr>
    +    <tr>
    +      <td>Support ORDER BY clause in GROUP_CONCAT</td>
    +      <td>[TRAFODION-2270](https://issues.apache.org/jira/browse/TRAFODION-2270)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for boolean datatype</td>
    +      <td>[TRAFODION-2099](https://issues.apache.org/jira/browse/TRAFODION-2099)</td>
    +    </tr>
    +    <tr>
    +      <td>Added encryption functions for Trafodion</td>
    +      <td>[TRAFODION-2228](https://issues.apache.org/jira/browse/TRAFODION-2228)</td>
    +    </tr>
    +    <tr>
    +      <td>Support of SQL extension 'EXCEPT'</td>
    +      <td>[TRAFODION-2117](https://issues.apache.org/jira/browse/TRAFODION-2117)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for tinyint,largeint,unsinged datatype in SQL</td>
    +      <td>[TRAFODION-2086](https://issues.apache.org/jira/browse/TRAFODION-2086)</td>
    +    </tr>
    +    <tr>
    +      <td>SQL syntax to support INTERSECT</td>
    +      <td>[TRAFODION-2047](https://issues.apache.org/jira/browse/TRAFODION-2047)</td>
    +    </tr>
    +    <tr>
    +      <td>Enable support for various non-ansi sql syntax/functionality</td>
    +      <td>[TRAFODION-2180](https://issues.apache.org/jira/browse/TRAFODION-2180)</td>
    +    </tr>
    +    <tr>
    +      <td>Use of CQD to set scratch directory locations</td>
    +      <td>[TRAFODION2146](https://issues.apache.org/jira/browse/TRAFODION2146)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Improvements
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Improve query compilation time</td>
    +      <td>[TRAFODION-2137](https://issues.apache.org/jira/browse/TRAFODION-2137)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve upsert performance for table with indexes</td>
    +      <td>[TRAFODION-1546](https://issues.apache.org/jira/browse/TRAFODION-1546)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve concurrency during DDL operations</td>
    +      <td>[TRAFODION-2037](https://issues.apache.org/jira/browse/TRAFODION-2037)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Install and Configuration Changes
    +
    +* Ambari Integration ([TRAFODION-2291](https://issues.apache.org/jira/browse/TRAFODION-2291))<br/>
    +Integration with Ambari cluster manager ambari interface/integration. The Ambari integration provides support for Hortonworks Hadoop distributions, while the command-line Trafodion Installer supports Cloudera and Hortonworks Hadoop distributions, and for select vanilla Hadoop installations.
    +* Python Installer ([TRAFODION-1839](https://issues.apache.org/jira/browse/TRAFODION-1839))<br/>
    +Trafodion Installer Evolution The command-line installer has been replaced for the 2.1.0 release. Written in python, it replaces the legacy bash-script installer. The bash command-line installer is deprecated as of 2.1.0, but is still provided, just in case you experience any problems with the new installer. If so, please report those problems to the project team, since the legacy installer will soon be obsoleted.
    +* Trafodion Configuration File ([TRAFODION-2306](https://issues.apache.org/jira/browse/TRAFODION-2306))<br/>
    +Introducing a configuration file traf-site.xml specific to Trafodion similar to hbase configuration file hbase-site.xml.  This configuration file extends the properties inherited from the standard hbase-site.xml.
    +* The environment variable MY_SQROOT has been renamed to TRAF_HOME.
    +
    +## Fixes
    +
    +This release contains fixes for 300+ JIRAs. Here is a [list of resolved JIRAs in Release 2.1](https://issues.apache.org/jira/issues/?jql=project%20%3D%20%22Apache%20Trafodion%22%20and%20fixVersion%20%3D%202.1-incubating%20order%20by%20updated%20desc).
    +
    +## Documentation Updates
    +
    +Several updates have been made to the SQL Reference Manual to reflect the new functions added in 2.1. Some have not been done but have JIRas outstading and will be completed by the next release. Provisioning Guide has been updated to reflect instructions for using hte new Ambari Installer or the python installation script. 
    --- End diff --
    
    done


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #1076: [TRAFODION-2602] Update Trafodion we...

Posted by DaveBirdsall <gi...@git.apache.org>.
Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/1076#discussion_r114405789
  
    --- Diff: docs/src/site/markdown/release-notes-2-1-0.md ---
    @@ -0,0 +1,164 @@
    +<!--
    +  Licensed 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.
    +-->
    +
    +# 2.1.0-incubating Release Notes
    +
    +This is the third release of the Apache Trafodion (incubating) project.
    +
    +Build instructions are available in the [Trafodion Contributor Guide](https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environment).
    +
    +## New Features
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Hashing functions added to Trafodion</td>
    +      <td>[TRAFODION-2229](https://issues.apache.org/jira/browse/TRAFODION-2229)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for Hbase1.1 and CDH5.5-5.7</td>
    +      <td>[TRAFODION-2016](https://issues.apache.org/jira/browse/TRAFODION-2016)</td>
    +    </tr>
    +    <tr>
    +      <td>Better java exception handling in the java layer of Trafodion</td>
    +      <td>[TRAFODION-1988](https://issues.apache.org/jira/browse/TRAFODION-1988)</td>
    +    </tr>
    +    <tr>
    +      <td>TopN Sort operator</td>
    +      <td>[TRAFODION-2259](https://issues.apache.org/jira/browse/TRAFODION-2259)</td>
    +    </tr>
    +    <tr>
    +      <td>Runtime statistics enhancements</td>
    +      <td>[TRAFODION-2420](https://issues.apache.org/jira/browse/TRAFODION-2420)</td>
    +    </tr>
    +    <tr>
    +      <td>RegExp operator support</td>
    +      <td>[TRAFODION-2353](https://issues.apache.org/jira/browse/TRAFODION-2353)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for LAG and LEAD OLAP functions</td>
    +      <td>[TRAFODION-2214](https://issues.apache.org/jira/browse/TRAFODION-2214)</td>
    +    </tr>
    +    <tr>
    +      <td>Bulk load enhancements to log errors</td>
    +      <td>[TRAFODION-2351](https://issues.apache.org/jira/browse/TRAFODION-2351)</td>
    +    </tr>
    +    <tr>
    +      <td>ODB tool support for Windows</td>
    +      <td>[TRAFODION-1931](https://issues.apache.org/jira/browse/TRAFODION-1931)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for GROUP BY ROLLUP feature</td>
    +      <td>[TRAFODION-2246](https://issues.apache.org/jira/browse/TRAFODION-2246)</td>
    +    </tr>
    +    <tr>
    +      <td>Support ORDER BY clause in GROUP_CONCAT</td>
    +      <td>[TRAFODION-2270](https://issues.apache.org/jira/browse/TRAFODION-2270)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for boolean datatype</td>
    +      <td>[TRAFODION-2099](https://issues.apache.org/jira/browse/TRAFODION-2099)</td>
    +    </tr>
    +    <tr>
    +      <td>Added encryption functions for Trafodion</td>
    +      <td>[TRAFODION-2228](https://issues.apache.org/jira/browse/TRAFODION-2228)</td>
    +    </tr>
    +    <tr>
    +      <td>Support of SQL extension 'EXCEPT'</td>
    +      <td>[TRAFODION-2117](https://issues.apache.org/jira/browse/TRAFODION-2117)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for tinyint,largeint,unsinged datatype in SQL</td>
    +      <td>[TRAFODION-2086](https://issues.apache.org/jira/browse/TRAFODION-2086)</td>
    +    </tr>
    +    <tr>
    +      <td>SQL syntax to support INTERSECT</td>
    +      <td>[TRAFODION-2047](https://issues.apache.org/jira/browse/TRAFODION-2047)</td>
    +    </tr>
    +    <tr>
    +      <td>Enable support for various non-ansi sql syntax/functionality</td>
    +      <td>[TRAFODION-2180](https://issues.apache.org/jira/browse/TRAFODION-2180)</td>
    +    </tr>
    +    <tr>
    +      <td>Use of CQD to set scratch directory locations</td>
    +      <td>[TRAFODION2146](https://issues.apache.org/jira/browse/TRAFODION2146)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Improvements
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Improve query compilation time</td>
    +      <td>[TRAFODION-2137](https://issues.apache.org/jira/browse/TRAFODION-2137)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve upsert performance for table with indexes</td>
    +      <td>[TRAFODION-1546](https://issues.apache.org/jira/browse/TRAFODION-1546)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve concurrency during DDL operations</td>
    +      <td>[TRAFODION-2037](https://issues.apache.org/jira/browse/TRAFODION-2037)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Install and Configuration Changes
    +
    +* Ambari Integration ([TRAFODION-2291](https://issues.apache.org/jira/browse/TRAFODION-2291))<br/>
    +Integration with Ambari cluster manager ambari interface/integration. The Ambari integration provides support for Hortonworks Hadoop distributions, while the command-line Trafodion Installer supports Cloudera and Hortonworks Hadoop distributions, and for select vanilla Hadoop installations.
    +* Python Installer ([TRAFODION-1839](https://issues.apache.org/jira/browse/TRAFODION-1839))<br/>
    +Trafodion Installer Evolution The command-line installer has been replaced for the 2.1.0 release. Written in python, it replaces the legacy bash-script installer. The bash command-line installer is deprecated as of 2.1.0, but is still provided, just in case you experience any problems with the new installer. If so, please report those problems to the project team, since the legacy installer will soon be obsoleted.
    +* Trafodion Configuration File ([TRAFODION-2306](https://issues.apache.org/jira/browse/TRAFODION-2306))<br/>
    +Introducing a configuration file traf-site.xml specific to Trafodion similar to hbase configuration file hbase-site.xml.  This configuration file extends the properties inherited from the standard hbase-site.xml.
    +* The environment variable MY_SQROOT has been renamed to TRAF_HOME.
    +
    +## Fixes
    +
    +This release contains fixes for 300+ JIRAs. Here is a [list of resolved JIRAs in Release 2.1](https://issues.apache.org/jira/issues/?jql=project%20%3D%20%22Apache%20Trafodion%22%20and%20fixVersion%20%3D%202.1-incubating%20order%20by%20updated%20desc).
    +
    +## Documentation Updates
    +
    +Several updates have been made to the SQL Reference Manual to reflect the new functions added in 2.1. Some have not been done but have JIRas outstading and will be completed by the next release. Provisioning Guide has been updated to reflect instructions for using hte new Ambari Installer or the python installation script. 
    --- End diff --
    
    Typo: "JIRas outstading" should be "JIRAs outstanding"


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #1076: [TRAFODION-2602] Update Trafodion we...

Posted by DaveBirdsall <gi...@git.apache.org>.
Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/1076#discussion_r114406177
  
    --- Diff: docs/src/site/markdown/release-notes-2-1-0.md ---
    @@ -0,0 +1,164 @@
    +<!--
    +  Licensed 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.
    +-->
    +
    +# 2.1.0-incubating Release Notes
    +
    +This is the third release of the Apache Trafodion (incubating) project.
    +
    +Build instructions are available in the [Trafodion Contributor Guide](https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environment).
    +
    +## New Features
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Hashing functions added to Trafodion</td>
    +      <td>[TRAFODION-2229](https://issues.apache.org/jira/browse/TRAFODION-2229)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for Hbase1.1 and CDH5.5-5.7</td>
    +      <td>[TRAFODION-2016](https://issues.apache.org/jira/browse/TRAFODION-2016)</td>
    +    </tr>
    +    <tr>
    +      <td>Better java exception handling in the java layer of Trafodion</td>
    +      <td>[TRAFODION-1988](https://issues.apache.org/jira/browse/TRAFODION-1988)</td>
    +    </tr>
    +    <tr>
    +      <td>TopN Sort operator</td>
    +      <td>[TRAFODION-2259](https://issues.apache.org/jira/browse/TRAFODION-2259)</td>
    +    </tr>
    +    <tr>
    +      <td>Runtime statistics enhancements</td>
    +      <td>[TRAFODION-2420](https://issues.apache.org/jira/browse/TRAFODION-2420)</td>
    +    </tr>
    +    <tr>
    +      <td>RegExp operator support</td>
    +      <td>[TRAFODION-2353](https://issues.apache.org/jira/browse/TRAFODION-2353)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for LAG and LEAD OLAP functions</td>
    +      <td>[TRAFODION-2214](https://issues.apache.org/jira/browse/TRAFODION-2214)</td>
    +    </tr>
    +    <tr>
    +      <td>Bulk load enhancements to log errors</td>
    +      <td>[TRAFODION-2351](https://issues.apache.org/jira/browse/TRAFODION-2351)</td>
    +    </tr>
    +    <tr>
    +      <td>ODB tool support for Windows</td>
    +      <td>[TRAFODION-1931](https://issues.apache.org/jira/browse/TRAFODION-1931)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for GROUP BY ROLLUP feature</td>
    +      <td>[TRAFODION-2246](https://issues.apache.org/jira/browse/TRAFODION-2246)</td>
    +    </tr>
    +    <tr>
    +      <td>Support ORDER BY clause in GROUP_CONCAT</td>
    +      <td>[TRAFODION-2270](https://issues.apache.org/jira/browse/TRAFODION-2270)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for boolean datatype</td>
    +      <td>[TRAFODION-2099](https://issues.apache.org/jira/browse/TRAFODION-2099)</td>
    +    </tr>
    +    <tr>
    +      <td>Added encryption functions for Trafodion</td>
    +      <td>[TRAFODION-2228](https://issues.apache.org/jira/browse/TRAFODION-2228)</td>
    +    </tr>
    +    <tr>
    +      <td>Support of SQL extension 'EXCEPT'</td>
    +      <td>[TRAFODION-2117](https://issues.apache.org/jira/browse/TRAFODION-2117)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for tinyint,largeint,unsinged datatype in SQL</td>
    +      <td>[TRAFODION-2086](https://issues.apache.org/jira/browse/TRAFODION-2086)</td>
    +    </tr>
    +    <tr>
    +      <td>SQL syntax to support INTERSECT</td>
    +      <td>[TRAFODION-2047](https://issues.apache.org/jira/browse/TRAFODION-2047)</td>
    +    </tr>
    +    <tr>
    +      <td>Enable support for various non-ansi sql syntax/functionality</td>
    +      <td>[TRAFODION-2180](https://issues.apache.org/jira/browse/TRAFODION-2180)</td>
    +    </tr>
    +    <tr>
    +      <td>Use of CQD to set scratch directory locations</td>
    +      <td>[TRAFODION2146](https://issues.apache.org/jira/browse/TRAFODION2146)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Improvements
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Improve query compilation time</td>
    +      <td>[TRAFODION-2137](https://issues.apache.org/jira/browse/TRAFODION-2137)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve upsert performance for table with indexes</td>
    +      <td>[TRAFODION-1546](https://issues.apache.org/jira/browse/TRAFODION-1546)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve concurrency during DDL operations</td>
    +      <td>[TRAFODION-2037](https://issues.apache.org/jira/browse/TRAFODION-2037)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Install and Configuration Changes
    +
    +* Ambari Integration ([TRAFODION-2291](https://issues.apache.org/jira/browse/TRAFODION-2291))<br/>
    +Integration with Ambari cluster manager ambari interface/integration. The Ambari integration provides support for Hortonworks Hadoop distributions, while the command-line Trafodion Installer supports Cloudera and Hortonworks Hadoop distributions, and for select vanilla Hadoop installations.
    +* Python Installer ([TRAFODION-1839](https://issues.apache.org/jira/browse/TRAFODION-1839))<br/>
    +Trafodion Installer Evolution The command-line installer has been replaced for the 2.1.0 release. Written in python, it replaces the legacy bash-script installer. The bash command-line installer is deprecated as of 2.1.0, but is still provided, just in case you experience any problems with the new installer. If so, please report those problems to the project team, since the legacy installer will soon be obsoleted.
    --- End diff --
    
    "will soon be obsoleted" should be "will soon be obsolete". Also, you might want to place a period after "Trafodion Installer Evolution".


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #1076: [TRAFODION-2602] Update Trafodion we...

Posted by zellerh <gi...@git.apache.org>.
Github user zellerh commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/1076#discussion_r114423979
  
    --- Diff: docs/src/site/markdown/release-notes-2-1-0.md ---
    @@ -0,0 +1,164 @@
    +<!--
    +  Licensed 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.
    +-->
    +
    +# 2.1.0-incubating Release Notes
    +
    +This is the third release of the Apache Trafodion (incubating) project.
    +
    +Build instructions are available in the [Trafodion Contributor Guide](https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environment).
    +
    +## New Features
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Hashing functions added to Trafodion</td>
    +      <td>[TRAFODION-2229](https://issues.apache.org/jira/browse/TRAFODION-2229)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for Hbase1.1 and CDH5.5-5.7</td>
    +      <td>[TRAFODION-2016](https://issues.apache.org/jira/browse/TRAFODION-2016)</td>
    +    </tr>
    +    <tr>
    +      <td>Better java exception handling in the java layer of Trafodion</td>
    +      <td>[TRAFODION-1988](https://issues.apache.org/jira/browse/TRAFODION-1988)</td>
    +    </tr>
    +    <tr>
    +      <td>TopN Sort operator</td>
    +      <td>[TRAFODION-2259](https://issues.apache.org/jira/browse/TRAFODION-2259)</td>
    +    </tr>
    +    <tr>
    +      <td>Runtime statistics enhancements</td>
    +      <td>[TRAFODION-2420](https://issues.apache.org/jira/browse/TRAFODION-2420)</td>
    +    </tr>
    +    <tr>
    +      <td>RegExp operator support</td>
    +      <td>[TRAFODION-2353](https://issues.apache.org/jira/browse/TRAFODION-2353)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for LAG and LEAD OLAP functions</td>
    +      <td>[TRAFODION-2214](https://issues.apache.org/jira/browse/TRAFODION-2214)</td>
    +    </tr>
    +    <tr>
    +      <td>Bulk load enhancements to log errors</td>
    +      <td>[TRAFODION-2351](https://issues.apache.org/jira/browse/TRAFODION-2351)</td>
    +    </tr>
    +    <tr>
    +      <td>ODB tool support for Windows</td>
    +      <td>[TRAFODION-1931](https://issues.apache.org/jira/browse/TRAFODION-1931)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for GROUP BY ROLLUP feature</td>
    +      <td>[TRAFODION-2246](https://issues.apache.org/jira/browse/TRAFODION-2246)</td>
    +    </tr>
    +    <tr>
    +      <td>Support ORDER BY clause in GROUP_CONCAT</td>
    +      <td>[TRAFODION-2270](https://issues.apache.org/jira/browse/TRAFODION-2270)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for boolean datatype</td>
    +      <td>[TRAFODION-2099](https://issues.apache.org/jira/browse/TRAFODION-2099)</td>
    +    </tr>
    +    <tr>
    +      <td>Added encryption functions for Trafodion</td>
    +      <td>[TRAFODION-2228](https://issues.apache.org/jira/browse/TRAFODION-2228)</td>
    +    </tr>
    +    <tr>
    +      <td>Support of SQL extension 'EXCEPT'</td>
    +      <td>[TRAFODION-2117](https://issues.apache.org/jira/browse/TRAFODION-2117)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for tinyint,largeint,unsinged datatype in SQL</td>
    +      <td>[TRAFODION-2086](https://issues.apache.org/jira/browse/TRAFODION-2086)</td>
    +    </tr>
    +    <tr>
    +      <td>SQL syntax to support INTERSECT</td>
    +      <td>[TRAFODION-2047](https://issues.apache.org/jira/browse/TRAFODION-2047)</td>
    +    </tr>
    +    <tr>
    +      <td>Enable support for various non-ansi sql syntax/functionality</td>
    +      <td>[TRAFODION-2180](https://issues.apache.org/jira/browse/TRAFODION-2180)</td>
    +    </tr>
    +    <tr>
    +      <td>Use of CQD to set scratch directory locations</td>
    +      <td>[TRAFODION2146](https://issues.apache.org/jira/browse/TRAFODION2146)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Improvements
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Improve query compilation time</td>
    +      <td>[TRAFODION-2137](https://issues.apache.org/jira/browse/TRAFODION-2137)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve upsert performance for table with indexes</td>
    +      <td>[TRAFODION-1546](https://issues.apache.org/jira/browse/TRAFODION-1546)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve concurrency during DDL operations</td>
    +      <td>[TRAFODION-2037](https://issues.apache.org/jira/browse/TRAFODION-2037)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Install and Configuration Changes
    +
    +* Ambari Integration ([TRAFODION-2291](https://issues.apache.org/jira/browse/TRAFODION-2291))<br/>
    +Integration with Ambari cluster manager ambari interface/integration. The Ambari integration provides support for Hortonworks Hadoop distributions, while the command-line Trafodion Installer supports Cloudera and Hortonworks Hadoop distributions, and for select vanilla Hadoop installations.
    +* Python Installer ([TRAFODION-1839](https://issues.apache.org/jira/browse/TRAFODION-1839))<br/>
    +Trafodion Installer Evolution The command-line installer has been replaced for the 2.1.0 release. Written in python, it replaces the legacy bash-script installer. The bash command-line installer is deprecated as of 2.1.0, but is still provided, just in case you experience any problems with the new installer. If so, please report those problems to the project team, since the legacy installer will soon be obsoleted.
    +* Trafodion Configuration File ([TRAFODION-2306](https://issues.apache.org/jira/browse/TRAFODION-2306))<br/>
    +Introducing a configuration file traf-site.xml specific to Trafodion similar to hbase configuration file hbase-site.xml.  This configuration file extends the properties inherited from the standard hbase-site.xml.
    +* The environment variable MY_SQROOT has been renamed to TRAF_HOME.
    +
    +## Fixes
    +
    +This release contains fixes for 300+ JIRAs. Here is a [list of resolved JIRAs in Release 2.1](https://issues.apache.org/jira/issues/?jql=project%20%3D%20%22Apache%20Trafodion%22%20and%20fixVersion%20%3D%202.1-incubating%20order%20by%20updated%20desc).
    +
    +## Documentation Updates
    +
    +Several updates have been made to the SQL Reference Manual to reflect the new functions added in 2.1. Some have not been done but have JIRas outstading and will be completed by the next release. Provisioning Guide has been updated to reflect instructions for using hte new Ambari Installer or the python installation script. 
    --- End diff --
    
    done


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-trafodion pull request #1076: [TRAFODION-2602] Update Trafodion we...

Posted by DaveBirdsall <gi...@git.apache.org>.
Github user DaveBirdsall commented on a diff in the pull request:

    https://github.com/apache/incubator-trafodion/pull/1076#discussion_r114406766
  
    --- Diff: docs/src/site/markdown/release-notes-2-1-0.md ---
    @@ -0,0 +1,164 @@
    +<!--
    +  Licensed 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.
    +-->
    +
    +# 2.1.0-incubating Release Notes
    +
    +This is the third release of the Apache Trafodion (incubating) project.
    +
    +Build instructions are available in the [Trafodion Contributor Guide](https://cwiki.apache.org/confluence/display/TRAFODION/Create+Build+Environment).
    +
    +## New Features
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Hashing functions added to Trafodion</td>
    +      <td>[TRAFODION-2229](https://issues.apache.org/jira/browse/TRAFODION-2229)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for Hbase1.1 and CDH5.5-5.7</td>
    +      <td>[TRAFODION-2016](https://issues.apache.org/jira/browse/TRAFODION-2016)</td>
    +    </tr>
    +    <tr>
    +      <td>Better java exception handling in the java layer of Trafodion</td>
    +      <td>[TRAFODION-1988](https://issues.apache.org/jira/browse/TRAFODION-1988)</td>
    +    </tr>
    +    <tr>
    +      <td>TopN Sort operator</td>
    +      <td>[TRAFODION-2259](https://issues.apache.org/jira/browse/TRAFODION-2259)</td>
    +    </tr>
    +    <tr>
    +      <td>Runtime statistics enhancements</td>
    +      <td>[TRAFODION-2420](https://issues.apache.org/jira/browse/TRAFODION-2420)</td>
    +    </tr>
    +    <tr>
    +      <td>RegExp operator support</td>
    +      <td>[TRAFODION-2353](https://issues.apache.org/jira/browse/TRAFODION-2353)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for LAG and LEAD OLAP functions</td>
    +      <td>[TRAFODION-2214](https://issues.apache.org/jira/browse/TRAFODION-2214)</td>
    +    </tr>
    +    <tr>
    +      <td>Bulk load enhancements to log errors</td>
    +      <td>[TRAFODION-2351](https://issues.apache.org/jira/browse/TRAFODION-2351)</td>
    +    </tr>
    +    <tr>
    +      <td>ODB tool support for Windows</td>
    +      <td>[TRAFODION-1931](https://issues.apache.org/jira/browse/TRAFODION-1931)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for GROUP BY ROLLUP feature</td>
    +      <td>[TRAFODION-2246](https://issues.apache.org/jira/browse/TRAFODION-2246)</td>
    +    </tr>
    +    <tr>
    +      <td>Support ORDER BY clause in GROUP_CONCAT</td>
    +      <td>[TRAFODION-2270](https://issues.apache.org/jira/browse/TRAFODION-2270)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for boolean datatype</td>
    +      <td>[TRAFODION-2099](https://issues.apache.org/jira/browse/TRAFODION-2099)</td>
    +    </tr>
    +    <tr>
    +      <td>Added encryption functions for Trafodion</td>
    +      <td>[TRAFODION-2228](https://issues.apache.org/jira/browse/TRAFODION-2228)</td>
    +    </tr>
    +    <tr>
    +      <td>Support of SQL extension 'EXCEPT'</td>
    +      <td>[TRAFODION-2117](https://issues.apache.org/jira/browse/TRAFODION-2117)</td>
    +    </tr>
    +    <tr>
    +      <td>Support for tinyint,largeint,unsinged datatype in SQL</td>
    +      <td>[TRAFODION-2086](https://issues.apache.org/jira/browse/TRAFODION-2086)</td>
    +    </tr>
    +    <tr>
    +      <td>SQL syntax to support INTERSECT</td>
    +      <td>[TRAFODION-2047](https://issues.apache.org/jira/browse/TRAFODION-2047)</td>
    +    </tr>
    +    <tr>
    +      <td>Enable support for various non-ansi sql syntax/functionality</td>
    +      <td>[TRAFODION-2180](https://issues.apache.org/jira/browse/TRAFODION-2180)</td>
    +    </tr>
    +    <tr>
    +      <td>Use of CQD to set scratch directory locations</td>
    +      <td>[TRAFODION2146](https://issues.apache.org/jira/browse/TRAFODION2146)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Improvements
    +
    +<span>
    +  <table>
    +    <tr>
    +      <th>Feature</th>
    +      <th>Jira ID</th>
    +    </tr>
    +    <tr>
    +      <td>Improve query compilation time</td>
    +      <td>[TRAFODION-2137](https://issues.apache.org/jira/browse/TRAFODION-2137)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve upsert performance for table with indexes</td>
    +      <td>[TRAFODION-1546](https://issues.apache.org/jira/browse/TRAFODION-1546)</td>
    +    </tr>
    +    <tr>
    +      <td>Improve concurrency during DDL operations</td>
    +      <td>[TRAFODION-2037](https://issues.apache.org/jira/browse/TRAFODION-2037)</td>
    +    </tr>
    +  </table>
    +</span>
    +
    +## Install and Configuration Changes
    +
    +* Ambari Integration ([TRAFODION-2291](https://issues.apache.org/jira/browse/TRAFODION-2291))<br/>
    +Integration with Ambari cluster manager ambari interface/integration. The Ambari integration provides support for Hortonworks Hadoop distributions, while the command-line Trafodion Installer supports Cloudera and Hortonworks Hadoop distributions, and for select vanilla Hadoop installations.
    +* Python Installer ([TRAFODION-1839](https://issues.apache.org/jira/browse/TRAFODION-1839))<br/>
    +Trafodion Installer Evolution The command-line installer has been replaced for the 2.1.0 release. Written in python, it replaces the legacy bash-script installer. The bash command-line installer is deprecated as of 2.1.0, but is still provided, just in case you experience any problems with the new installer. If so, please report those problems to the project team, since the legacy installer will soon be obsoleted.
    +* Trafodion Configuration File ([TRAFODION-2306](https://issues.apache.org/jira/browse/TRAFODION-2306))<br/>
    +Introducing a configuration file traf-site.xml specific to Trafodion similar to hbase configuration file hbase-site.xml.  This configuration file extends the properties inherited from the standard hbase-site.xml.
    +* The environment variable MY_SQROOT has been renamed to TRAF_HOME.
    +
    +## Fixes
    +
    +This release contains fixes for 300+ JIRAs. Here is a [list of resolved JIRAs in Release 2.1](https://issues.apache.org/jira/issues/?jql=project%20%3D%20%22Apache%20Trafodion%22%20and%20fixVersion%20%3D%202.1-incubating%20order%20by%20updated%20desc).
    +
    +## Documentation Updates
    +
    +Several updates have been made to the SQL Reference Manual to reflect the new functions added in 2.1. Some have not been done but have JIRas outstading and will be completed by the next release. Provisioning Guide has been updated to reflect instructions for using hte new Ambari Installer or the python installation script. 
    --- End diff --
    
    "Some have not been done..." might be clearer if you said "Some functions have not been documented yet..."


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---