RE: No Index Formation in Elastic Search

2018-05-08 Thread Karan Gupta
Hi Lionel, I tried the below CURL which you sent me curl -X PUT 'http:///griffin?pretty=true' -H 'Content-Type: application/json' -d '{"mappings": {"accuracy": {"properties": {"name" : {"type": "keyword"},"tmst" : {"type": "long"},"value" : {"properties": {"total": {"type": "long"},"miss":

[GitHub] incubator-griffin issue #276: implement sample missing download service, see...

2018-05-08 Thread vzhao
Github user vzhao commented on the issue: https://github.com/apache/incubator-griffin/pull/276 good comments! I will add a API spec here, should download 100 sample records https://github.com/apache/incubator-griffin/blob/master/griffin-doc/service/api-guide.md ---

[GitHub] incubator-griffin issue #276: implement sample missing download service, see...

2018-05-08 Thread guoyuepeng
Github user guoyuepeng commented on the issue: https://github.com/apache/incubator-griffin/pull/276 to download the sample file, where is the specification for the sample? say we only download the head 20 records? ---

[GitHub] incubator-griffin pull request #276: implement sample missing download servi...

2018-05-08 Thread vzhao
GitHub user vzhao opened a pull request: https://github.com/apache/incubator-griffin/pull/276 implement sample missing download service, see details in GRIFFIN-177 You can merge this pull request into a Git repository by running: $ git pull