You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2017/02/27 11:41:11 UTC

zeppelin git commit: [ZEPPELIN-2168] Fix typo on Elasticsearch interpreter help

Repository: zeppelin
Updated Branches:
  refs/heads/master ff7c8d2ac -> 8e1501a0d


[ZEPPELIN-2168] Fix typo on Elasticsearch interpreter help

### What is this PR for?
Fix typo on Elasticsearch interpreter help

### What type of PR is it?
Documentation

### Todos
* Fix typo (ndex to index)

### What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-2168

### How should this be tested?
Outline the steps to test the PR here.

### Questions:
* Does the licenses files need update? No
* Is there breaking changes for older versions? No
* Does this needs documentation? No

Author: Juan Paulo Gutierrez <ju...@gmail.com>

Closes #2065 from juanpaulo/master and squashes the following commits:

0c58c98 [Juan Paulo Gutierrez] fixed typo on help


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/8e1501a0
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/8e1501a0
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/8e1501a0

Branch: refs/heads/master
Commit: 8e1501a0d054e43fb1022769273da1cedfda0935
Parents: ff7c8d2
Author: Juan Paulo Gutierrez <ju...@gmail.com>
Authored: Fri Feb 24 18:48:22 2017 +0900
Committer: ahyoungryu <ah...@apache.org>
Committed: Mon Feb 27 20:41:05 2017 +0900

----------------------------------------------------------------------
 .../apache/zeppelin/elasticsearch/ElasticsearchInterpreter.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/8e1501a0/elasticsearch/src/main/java/org/apache/zeppelin/elasticsearch/ElasticsearchInterpreter.java
----------------------------------------------------------------------
diff --git a/elasticsearch/src/main/java/org/apache/zeppelin/elasticsearch/ElasticsearchInterpreter.java b/elasticsearch/src/main/java/org/apache/zeppelin/elasticsearch/ElasticsearchInterpreter.java
index e3918e4..8c5bc94 100644
--- a/elasticsearch/src/main/java/org/apache/zeppelin/elasticsearch/ElasticsearchInterpreter.java
+++ b/elasticsearch/src/main/java/org/apache/zeppelin/elasticsearch/ElasticsearchInterpreter.java
@@ -83,7 +83,7 @@ public class ElasticsearchInterpreter extends Interpreter {
       + "    . same comments as for the search\n"
       + "  - get /index/type/id\n"
       + "  - delete /index/type/id\n"
-      + "  - index /ndex/type/id <json-formatted document>\n"
+      + "  - index /index/type/id <json-formatted document>\n"
       + "    . the id can be omitted, elasticsearch will generate one";
 
   protected static final List<String> COMMANDS = Arrays.asList(