Re: Writing to Aerospike from Spark with bulk write with user authentication fails

2019-04-21 Thread Mich Talebzadeh
Just as an add on I see this in aerospike log Apr 21 2019 17:52:24 GMT: INFO (security): (security.c:5483) permitted | client: 50.140.197.220:33466 | authenticated user: mich | action: login | detail: user=mich *Apr 21 2019 17:52:25 GMT: INFO (security): (security.c:5483) not authenticated | clie

Writing to Aerospike from Spark with bulk write with user authentication fails

2019-04-21 Thread Mich Talebzadeh
Aerospike Enterprise version if anyone has worked with user authentication! As far as I know one can create a client with aerospike authentication as follows that works for single put import com.aerospike.spark.sql._ import com.aerospike.client.Bin import com.aerospike.client.Key import com.aeros