Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/KyloIO/kylo-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Riaz Uddin committed Dec 6, 2018
2 parents 30ed34f + 66e221d commit 26ab54a
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 21 deletions.
15 changes: 15 additions & 0 deletions about/Downloads.rst
Expand Up @@ -3,6 +3,21 @@ Downloads
=========
This page contains links to the commons files you might want to download

Kylo Distribution (0.10.0)
--------------------------
+-------------+------------------------+
|Type |Link |
+-------------+------------------------+
|RPM | http://bit.ly/2Sl0iB8 |
+-------------+------------------------+
|DEB | http://bit.ly/2FQLPeM |
+-------------+------------------------+
|TAR | http://bit.ly/2P7YE3L |
+-------------+------------------------+
|Offline TAR | http://bit.ly/2AxZNMH |
+-------------+------------------------+


Kylo Distribution (0.9.1.3)
---------------------------
+-------------+------------------------+
Expand Down
4 changes: 2 additions & 2 deletions conf.py
Expand Up @@ -54,9 +54,9 @@
# built documents.
#
# The short X.Y version.
version = u'0.9.1'
version = u'0.10.0'
# The full version, including alpha/beta/rc tags.
release = u'0.9.1'
release = u'0.10.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion installation/Dependencies.rst
Expand Up @@ -51,7 +51,7 @@ Below is a list of some of the major components Kylo uses along with the version
+----------------+------------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| JMS | ActiveMq | 5.x  (tested with  **5.13.3**) | Used to send messages between different modules and to send Provenance from NiFi to Kylo |
+----------------+------------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| NiFi | NiFi | 1.0 - 1.6,(HDF 2.0) | Either HDF or open source NiFi work.  |
| NiFi | NiFi | 1.0 - 1.7,(HDF 2.0) | Either HDF or open source NiFi work.  |
+----------------+------------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| Spark | Spark Client | 1.5.x, 1.6.x, 2.x | NiFi and Kylo have routines that leverage Spark.                                                          |
+----------------+------------------+------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 1 addition & 8 deletions release-notes/ReleaseNotes.rst
Expand Up @@ -5,14 +5,6 @@ Release Notes
Latest Stable Release
~~~~~~~~~~~~~~~~~~~~~

.. toctree::
:maxdepth: 1

ReleaseNotes9.1.3

Development Release
~~~~~~~~~~~~~~~~~

.. toctree::
:maxdepth: 1

Expand All @@ -24,6 +16,7 @@ Previous Releases
.. toctree::
:maxdepth: 1

ReleaseNotes9.1.3
ReleaseNotes9.1.2
ReleaseNotes9.1.1
ReleaseNotes9.1
Expand Down
42 changes: 32 additions & 10 deletions release-notes/ReleaseNotes10.0.rst
@@ -1,12 +1,12 @@
Release 0.10.0 (TBD, 2018)
==========================
Release 0.10.0 (November 29, 2018)
==================================

Highlights
----------
1. :ref:`Kylo's user interface <new_ui_highlight>` has been redone to make it easier to create and edit feeds. Saving a feed is now separated from deploying to NiFi, allowing for users to save and come back to their feed prior to deploying.
2. :ref:`New template repository <repository_highlight>` for exposing common templates and assisting in upgrading
3. :ref:`Wrangler improvements <wrangler_highlight>`. Many new features have been added to the wrangler such as: quick clean feature, quick schema manipulation, column statistics view, and a number of bug fixes
4. :ref:`New catalog support <catalog_highlight>`. Kylo allows you to create various catalog entries for browsing different datasources such as Amazon S3, Azure, JDBC, and others
2. :ref:`New Template Manager <repository_highlight>` We’ve added a template manager and repository that enables users to add, update and publish templates through a simple user interface.
3. :ref:`Wrangler improvements <wrangler_highlight>`. Many new features have been added to the wrangler to make data scientists more productive. Features includes: quick data clean; improved schema manipulation; new data transformations, including imputing new values; column statistics view.
4. :ref:`New Data Catalog <catalog_highlight>`. Kylo allows you to manage and browse data sources in a new data catalog. Kylo ships with the following datasource connectors: Amazon S3, Azure, HDFS, Hive, JDBC, Local Files
5. :ref:`Search on custom properties <search_properties_es_highlight>` defined for feeds and categories, when using Elasticsearch.

Download Links
Expand All @@ -25,15 +25,17 @@ Kylo UI Plugin Changes
- Kylo UI custom |feed_stepper_plugin_link| are not supported. Do not upgrade if you need this functionality.

Catalog Changes
~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~

- The Catalog page used to allow you to query and preview data. This has been removed. You will now need to go to the wrangler to preview catalog data sets


Upgrade Instructions from v0.9.1
--------------------------------

1. Backup any Kylo plugins
.. note:: Before getting started we suggest backing up your Kylo database.

1. Backup any custom Kylo plugins

When Kylo is uninstalled it will backup configuration files, but not the `/plugin` jar files.
If you have any custom plugins in either `kylo-services/plugin` or `kylo-ui/plugin` then you will want to manually back them up to a different location.
Expand Down Expand Up @@ -127,6 +129,16 @@ Upgrade Instructions from v0.9.1
zuul.routes.api.sensitiveHeaders
..
The `multipart.maxFileSize` and `multipart.maxRequestSize` properties have changed. Update these 2 properties to be the following:

.. code-block:: shell
### allow large file uploads
spring.http.multipart.maxFileSize=100MB
spring.http.multipart.maxRequestSize=-1
..

4.6 Ensure the property ``security.jwt.key`` in both kylo-services and kylo-ui application.properties file match. They property below needs to match in both of these files:

Expand All @@ -151,7 +163,7 @@ Upgrade Instructions from v0.9.1
..

5. Update the NiFi nars.
5. Update NiFi

Stop NiFi

Expand Down Expand Up @@ -222,8 +234,11 @@ Mandatory Template Updates
--------------------------
Once Kylo is running the following templates need to to be updated.

- XML Ingest
- Advanced Ingest
- Data Ingest
- Data Transformation
- S3 Data Ingest (:doc:`S3 Data Ingest documentation <../how-to-guides/S3DataIngestTemplate>`)
- XML Ingest

Use the new :ref:`Repository <repository>` feature within Kylo to import the latest templates.

Expand Down Expand Up @@ -266,7 +281,7 @@ Catalog
Wrangler
~~~~~~~~

The Wrangler has been upgrade with many new features
The Wrangler has been upgraded with many new features.

|wrangler_image01|

Expand All @@ -282,6 +297,9 @@ Wrangler

|wrangler_image04|

- Users can also perform transformations and flattening operations on complex JSON and XML files

|wrangler_image05|

.. _repository_highlight:

Expand Down Expand Up @@ -353,6 +371,10 @@ Search
:width: 2546px
:height: 416px
:scale: 15%
.. |wrangler_image05| image:: ../media/release-notes/release-0.10.0/wrangler_flatten.png
:width: 1510px
:height: 1572px
:scale: 15%
.. |hive_grant_image| image:: ../media/release-notes/release-0.10.0/hive_grant.png
:width: 1932px
:height: 436px
Expand Down

0 comments on commit 26ab54a

Please sign in to comment.