Manoj Govindassamy created HUDI-2850: ----------------------------------------
Summary: Clustering CLI - schedule and run options are crashing with NumberFormatException Key: HUDI-2850 URL: https://issues.apache.org/jira/browse/HUDI-2850 Project: Apache Hudi Issue Type: Task Reporter: Manoj Govindassamy Assignee: Manoj Govindassamy Fix For: 0.10.0 Hudi CLI command clustering is failing with below NumberFormatException for all the options. ``` 21/11/11 05:22:43 INFO SparkContext: Successfully stopped SparkContextException in thread "main" java.lang.NumberFormatException: Illegal value for config key spark.executor.memory: Size must be specified as bytes (b), kibibytes (k), mebibytes (m), gibibytes (g), tebibytes (t), or pebibytes(p). E.g. 50b, 100k, or 250m. ``` -- This message was sent by Atlassian Jira (v8.20.1#820001)