Gaurav Harsha
Gaurav Harsha
I am using `--std=c++11` in compile flags (or equivalently, using `set(CMAKE_CXX_STANDARD 11)` in my CMakeLists.txt file. However, the error persists. As promised, here is a sample code: ```c++ #include #include...
There is only one version of `pyspark` package that drudge uses, and it is the same as the one that is available on PyPI. On the other hand, the `dummy_spark`...
There appears to be some incompatibility in Java/Spark. A simple way to avoid them would be to either use `dummy_spark` or alternatively use Docker images.
Second @chenpeizhi's comments. I am using openjdk 1.8.0_252, which is Java 8. Also, as pointed out above, if you want to use `dummy_spark` all the way, all you need to...