-
Notifications
You must be signed in to change notification settings - Fork 999
Closed
Description
Hi,
We just migrated to a cloud solution using Found. However, when trying to process data into the cluster we are constantly getting the same error:
java.lang.StringIndexOutOfBoundsException: String index out of range: -1
We did not have this issue on our local machine ( using the exact same statement ) so maybe this has something to do with Found?
More details:
Script using: PIG
Script statement: STORE bla INTO 'blabla' USING org.elasticsearch.hadoop.pig.EsStorage('es.nodes=http://xxx.eu-west-1.aws.found.io:9200');
I also tried without using port number, no luck.