This is an automated email from the ASF dual-hosted git repository.

jmark99 pushed a change to branch next-release
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


    from 0a6ff174 Add information about the Scan Server process. (#335)
     add 7deff72b Replace older Tour with newer JShell Tour (#334)

No new revisions were added by this update.

Summary of changes:
 _data/tour-jshell.yml                   |  14 ---
 _data/tour.yml                          |   1 +
 _includes/nav.html                      |   2 +-
 _layouts/tour-jshell.html               |  55 ---------
 pages/tour.md                           |  37 ------
 tour-jshell/authorizations-code2.md     | 153 ------------------------
 tour-jshell/authorizations2.md          |  61 ----------
 tour-jshell/basic-read-write2.md        |  80 -------------
 tour-jshell/batch-scanner-code2.md      |  57 ---------
 tour-jshell/batch-scanner2.md           |  41 -------
 tour-jshell/client2.md                  |  53 ---------
 tour-jshell/conditional-writer-code2.md |  36 ------
 tour-jshell/conditional-writer2.md      | 132 ---------------------
 tour-jshell/data-model-code2.md         |  75 ------------
 tour-jshell/data-model2.md              |  39 ------
 tour-jshell/getting-started2.md         | 129 --------------------
 tour-jshell/index.md                    |  26 ----
 tour-jshell/ranges-splits2.md           |  44 -------
 tour-jshell/using-iterators2.md         | 141 ----------------------
 tour/authorizations-code.md             | 203 ++++++++++++++++++++++----------
 tour/authorizations.md                  |  68 +++++------
 tour/basic-read-write.md                | 103 ++++++++++------
 tour/batch-scanner-code.md              |  80 +++++++------
 tour/batch-scanner.md                   |  54 ++++-----
 tour/client.md                          |  63 ++++++----
 tour/conditional-writer-code.md         |  43 +++----
 tour/conditional-writer.md              | 177 ++++++++++++++--------------
 tour/data-model-code.md                 | 101 +++++++++-------
 tour/data-model.md                      |  41 ++++---
 tour/getting-started.md                 | 136 +++++++++++++++++----
 tour/index.md                           |  16 ++-
 tour/ranges-splits.md                   |  37 +++---
 tour/using-iterators.md                 | 138 ++++++++++++++++++++++
 33 files changed, 835 insertions(+), 1601 deletions(-)
 delete mode 100644 _data/tour-jshell.yml
 delete mode 100644 _layouts/tour-jshell.html
 delete mode 100644 pages/tour.md
 delete mode 100644 tour-jshell/authorizations-code2.md
 delete mode 100644 tour-jshell/authorizations2.md
 delete mode 100644 tour-jshell/basic-read-write2.md
 delete mode 100644 tour-jshell/batch-scanner-code2.md
 delete mode 100644 tour-jshell/batch-scanner2.md
 delete mode 100644 tour-jshell/client2.md
 delete mode 100644 tour-jshell/conditional-writer-code2.md
 delete mode 100644 tour-jshell/conditional-writer2.md
 delete mode 100644 tour-jshell/data-model-code2.md
 delete mode 100644 tour-jshell/data-model2.md
 delete mode 100644 tour-jshell/getting-started2.md
 delete mode 100644 tour-jshell/index.md
 delete mode 100644 tour-jshell/ranges-splits2.md
 delete mode 100644 tour-jshell/using-iterators2.md

Reply via email to