[jira] [Created] (HADOOP-11441) Hadoop-azure: Change few methods and class scope to public

2014-12-22 Thread shashank (JIRA)
shashank created HADOOP-11441: - Summary: Hadoop-azure: Change few methods and class scope to public Key: HADOOP-11441 URL: https://issues.apache.org/jira/browse/HADOOP-11441 Project: Hadoop Common

[jira] [Created] (HADOOP-11442) hadoop-azure: Create test jar

2014-12-22 Thread shashank (JIRA)
shashank created HADOOP-11442: - Summary: hadoop-azure: Create test jar Key: HADOOP-11442 URL: https://issues.apache.org/jira/browse/HADOOP-11442 Project: Hadoop Common Issue Type: Improvement

Re: An Idea to make Hadoop Code setup easy

2014-12-22 Thread Rich Haase
Do you have cmake installed on your machine? Compiling the native libraries is done with cmake, so if it¹s missing I would expect to see an error like this. Rich Haase | Sr. Software Engineer | Pandora m 303.887.1146 | rha...@pandora.com On 12/21/14, 1:23 AM, "Raghavendra Vaidya" wrote: >HE

Re: An Idea to make Hadoop Code setup easy

2014-12-22 Thread Steve Loughran
On 21 December 2014 at 06:23, Raghavendra Vaidya < raghavendra.vai...@gmail.com> wrote: > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-antrun-plugin:1.7:run (make) on project > hadoop-common: An Ant BuildException has occured: exec returned: 1 > > [ERROR] around Ant part ... >

[jira] [Created] (HADOOP-11443) hadoop.auth cookie has invalid Expires if used with non-US default Locale

2014-12-22 Thread Gregory Chanan (JIRA)
Gregory Chanan created HADOOP-11443: --- Summary: hadoop.auth cookie has invalid Expires if used with non-US default Locale Key: HADOOP-11443 URL: https://issues.apache.org/jira/browse/HADOOP-11443 Pro

Re: An Idea to make Hadoop Code setup easy

2014-12-22 Thread Raghavendra Vaidya
Cmake is installed. When I enter Cmake at console - it prints out the help for the command. On Monday, 22 December 2014, Rich Haase wrote: > Do you have cmake installed on your machine? Compiling the native > libraries is done with cmake, so if it¹s missing I would expect to see an > error like

[jira] [Resolved] (HADOOP-11443) hadoop.auth cookie has invalid Expires if used with non-US default Locale

2014-12-22 Thread Haohui Mai (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Haohui Mai resolved HADOOP-11443. - Resolution: Duplicate Since we have moved to Java 7, we can use the {{Cookie}} class form Java 7