jrsharma
jrsharma
When trying to run a config check on a parquet file, the following error can be seen: ``` root@lubuntu:/home/jyoti/Spark# /opt/spark/spark-3.1.2-bin-hadoop3.2/bin/spark-submit --num-executors 10 --executor-cores 2 data-validator-assembly-20220111T034941.jar --config config.yaml 22/01/11 11:50:53 WARN...
fixes #193 - - - This change is [](https://reviewable.io/reviews/google/mobly-bundled-snippets/194)
When you follow [Mobly-101 tutorial](https://github.com/google/mobly/blob/master/docs/tutorial.md) and run the following command: `python3 hello_world_test.py -c sample_config.yml` You see following error: ``` Process crashed before executing the test(s): java.lang.NoClassDefFoundError: Failed resolution of: Lkotlin/jvm/internal/Lambda;...