Is it possible to achieve parallelism in admin.sh ...
# general
h
Is it possible to achieve parallelism in admin.sh create segment command?
k
No. I don’t think so.
h
do you mean parallelism automatically taken care if we create the segments via spark job? Is it built in feature available in the jar?
m
@Hemavathi there's a
-numThreads
option in createSegment command that you can use for parallelism.
h
okay, thank you