ctubbsii commented on a change in pull request #274:
URL: https://github.com/apache/accumulo-website/pull/274#discussion_r619239488
##########
File path: _posts/blog/2021-04-21-jshell-accumulo-feature.md
##########
@@ -0,0 +1,141 @@
+---
+Title: JShell Accumulo Feature
+Author: R. Dane Magbuhos
+Reviewers: Christopher Tubbs, Keith Turner
+---
+
+## Overview
+First introduced in Java 9+, [JShell][JShell Doc] is an interactive
Read-Evaluate-Print-Loop (REPL)
+Java tool that assess user's inputed declarations, statements, and expressions
and outputs
+the results. This tool provides a convenient way to test out and execute quick
tasks with Accumulo
+in the terminal.
+
+## Major Features
+* During Accumulo build, produces a default JShell script called
`jshell-init.jsh`
+containing up-to-date [Accumulo Java APIs][public APIs] and
[AccumuloClient][client]
+build implementation
+
+* Startup JShell with default or custom JShell script
+
+* Both JShell start up options automatically import all relevant Java APIs
+
+## Booting Up JShell Accumulo
+After installing and configuring the [latest Accumulo update][accumulo-repo]
Review comment:
I agree. However, we do need to be careful that we're not violating ASF
policy regarding publication of non-released material:
https://www.apache.org/legal/release-policy.html#publication
Specifically, we want to avoid directing users (non-devs for the project) to
unreleased content.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]