Skip to content

Commit ca89d06

Browse files
committed
fix logical cursor assuming a context metadata must exist on data
now is has become non-mandatory ... This behavior is subject to future changes
1 parent 1abb6fd commit ca89d06

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

buildDocker.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33

44
tagname=$1
55

6+
echo "docker login "
7+
docker login
8+
69
cd $(dirname "$0")
710
echo "mvn clean install"
811
mvn clean install

elasticdump.command

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,5 @@ elasticdump \
4747
# https://kb.objectrocket.com/elasticsearch/how-to-bulk-import-into-elasticsearch-using-curl
4848
# https://www.elastic.co/guide/en/elasticsearch/reference/current/docs-bulk.html
4949

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

0 commit comments

Comments
 (0)