Skip to content

Commit

Permalink
fix logical cursor assuming a context metadata must exist on data
Browse files Browse the repository at this point in the history
now is has become non-mandatory ... This behavior is subject to future changes
  • Loading branch information
[email protected] committed Sep 12, 2019
1 parent 1abb6fd commit ca89d06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions buildDocker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

tagname=$1

echo "docker login "
docker login

cd $(dirname "$0")
echo "mvn clean install"
mvn clean install
Expand Down
3 changes: 2 additions & 1 deletion elasticdump.command
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,5 @@ elasticdump \
# https://kb.objectrocket.com/elasticsearch/how-to-bulk-import-into-elasticsearch-using-curl
# https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html

curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/e0/pge/_bulk?pretty' --data-binary @accounts.json
curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/e0/pge/_bulk?pretty' --data-binary @e0.json
curl -H 'Content-Type: application/x-ndjson' -XPOST 'localhost:9200/rel0/pge/_bulk?pretty' --data-binary @rel0.json

0 comments on commit ca89d06

Please sign in to comment.