slackwinner commented on a change in pull request #274:
URL: https://github.com/apache/accumulo-website/pull/274#discussion_r619266801



##########
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:
       Quick question: Since JShell Accumulo has been merged with the main 
Accumulo repo, would it be safe to link the main Accumulo repo on the blog post?




-- 
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]


Reply via email to