SyntaxFix
Write A Post
Hire A Developer
Questions
Just for the records the analogous java version:
Tuple2<String, String> sc[] = sparkConf.getAll(); for (int i = 0; i < sc.length; i++) { System.out.println(sc[i]); }