I am getting following error while executing sparkling-shell2.cmd
bat file. I walked through and I am getting this error while executing spark-shell.cmd
with following paramters
cd %TOPDIR%
%SPARK_HOME%/bin/spark-shell.cmd --jars %TOPDIR%/assembly/build/libs/%FAT_JAR% --driver-memory %DRIVER_MEMORY% --conf spark.driver.extraJavaOptions="-XX:MaxPermSize=384m" %*
Error: The input line is too long.
How do I solve this issue?
Thanks