[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-30 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-61180503 Ok I'm merging this. Thanks! --- 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

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-30 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/2892 --- 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

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-30 Thread GraceH
Github user GraceH commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-61193828 Thanks a lot @andrewor14. --- 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

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-28 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-60819848 add to whitelist --- 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

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-28 Thread andrewor14
Github user andrewor14 commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-60820084 I have run into this exception myself quite frequently. It'd be great to see this fixed. --- If your project is set up for it, you can reply to this email and have

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-60820541 [Test build #22372 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22372/consoleFull) for PR 2892 at commit

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-28 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-60831340 [Test build #22372 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/22372/consoleFull) for PR 2892 at commit

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-28 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-60831351 Test PASSed. Refer to this link for build results (access rights to CI server needed):

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-26 Thread GraceH
Github user GraceH commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-60539467 @srowen, if we stick on 1.0.4, I'd prefer to use new FsPermission(), what this PR does. This function also works for newer versions. Thanks. --- If your project is set

[GitHub] spark pull request: [SPARK-4078] New FsPermission instance w/o FsP...

2014-10-24 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/2892#issuecomment-60416557 @GraceH I think for now it will be best to continue to support Hadoop 1.0.4. What is the new API you refer to and does it work on 1.0.4? I thought you are saying that