Github user zsxwing commented on a diff in the pull request:
https://github.com/apache/spark/pull/212#discussion_r10871986
--- Diff: core/src/main/scala/org/apache/spark/rdd/PipedRDD.scala ---
@@ -69,7 +69,12 @@ class PipedRDD[T: ClassTag](
val proc = pb.start()
val env = SparkEnv.get
-
+
+ implicit val codec = if
(System.getProperty("os.name").startsWith("Windows")) {
+ Codec.ISO8859
--- End diff --
Assuming that Windows uses ISO8859 is not a good idea. E.g., in my Windows,
the default codec is `Codec("cp1252")`.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---