deleted: sql/hive/src/test/resources/golden/case sensitivity on windows

2014-08-28 Thread 洪奇
Hi, I want to contribute some code to mllib, I forked apache/spark to my own repository (chouqin/spark), and used `git clone https://github.com/chouqin/spark.git` to checkout the code my windows system. In this directory, I run `git status` before doing anything, it output this: ``` On branch

Re: deleted: sql/hive/src/test/resources/golden/case sensitivity on windows

2014-08-28 Thread Cheng Lian
Colon is not allowed to be part of a Windows file name and I think Git just cannot create this file while cloning. Remove the colon in the name string of this test case

Re: deleted: sql/hive/src/test/resources/golden/case sensitivity on windows

2014-08-28 Thread Josh Rosen
RE: building Spark on Windows: earlier this week, I tried running the Maven build on Windows 8 using the master branch and ran into a few issues.  I’ve opened a PR to fix them https://github.com/apache/spark/pull/2165. On August 28, 2014 at 1:47:58 AM, Cheng Lian (lian.cs@gmail.com) wrote:

Re: deleted: sql/hive/src/test/resources/golden/case sensitivity on windows

2014-08-28 Thread HongQi
OK, I will create a PR to fix this. thanks for your comments. -- View this message in context: http://apache-spark-developers-list.1001551.n3.nabble.com/deleted-sql-hive-src-test-resources-golden-case-sensitivity-on-windows-tp8085p8105.html Sent from the Apache Spark Developers List mailing