Closed suntzu93 closed 7 years ago
Did either execute() or wailtTIllComplete() throw an exception?
@BrianNichols Does not throw exception . After change this live :
System.out.println("task.queryStatus() = " + task.queryStatus());
to
System.out.println("Update success !");
It's working perfect so exactly task.queryStatus() has issue in aerospike-spark library ( vs 1.3.2)
Hello, I tried to update records ttl and run with command :
java -cp libs/*:. Myclass
My code : `
`
My log stoped at line : task.waitTillComplete(); and this line is never call:
System.out.println("task.queryStatus() = " + task.queryStatus());
I'm using new version 4.0.7 .
Please tell me if you have any suggest . Thank all.