[GitHub] spark issue #12695: [SPARK-14914] Normalize Paths/URIs for windows.

2016-08-20 Thread steveloughran
Github user steveloughran commented on the issue:

https://github.com/apache/spark/pull/12695
  
 As #13868 does adopt `org.apache.hadoop.io.Path`, I don't see this patch 
being needed —though it may highlight some places where the new code may need 
applying


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #12695: [SPARK-14914] Normalize Paths/URIs for windows.

2016-08-20 Thread steveloughran
Github user steveloughran commented on the issue:

https://github.com/apache/spark/pull/12695
  
If you are working with windows paths; Hadoop's Path class contains the 
code to do this, stabilised and addressing the corner cases


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #12695: [SPARK-14914] Normalize Paths/URIs for windows.

2016-08-15 Thread srowen
Github user srowen commented on the issue:

https://github.com/apache/spark/pull/12695
  
Let's close this PR


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #12695: [SPARK-14914] Normalize Paths/URIs for windows.

2016-08-05 Thread avulanov
Github user avulanov commented on the issue:

https://github.com/apache/spark/pull/12695
  
@vanzin This PR partly addresses a broader problem that path construction 
is not consistent throughout Spark sources. Indeed, this is a potential source 
of bugs. Here is an example 
https://github.com/apache/spark/pull/13868#issuecomment-228932793. However, 
author addresses the problem with regex, which does not seem to be optimal as 
@srowen mentioned. I believe we should have a separate JIRA for making all path 
references and construction error-prone and consistent, and check everything 
including shell scripts. For example, 
https://github.com/apache/spark/blob/master/build/mvn#L161 contains a reference 
to `${MVN_BIN} -someParameters` which will fail if maven path contains a space.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org



[GitHub] spark issue #12695: [SPARK-14914] Normalize Paths/URIs for windows.

2016-08-04 Thread vanzin
Github user vanzin commented on the issue:

https://github.com/apache/spark/pull/12695
  
Is this needed after #13868? pinging @avulanov 


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org