Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
1.6.0
-
None
-
None
-
Spark 2.2
Description
User tries to write data using multithreading with ak sk and without ak sk enabled.
Scenario1: passing the writers to the runnable class
Scenario 2: passing the carbonbuilder to the runnable class
【Expected Output】:writing data using multithreading with ak sk should be success and without ak sk should be failed
【Actual Output】:writing data using multithreading with ak sk and without ak sk is failing.