[jira] [Created] (HADOOP-7669) Fix newly introduced release audit warning.

2011-09-21 Thread Uma Maheswara Rao G (JIRA)
Fix newly introduced release audit warning. --- Key: HADOOP-7669 URL: https://issues.apache.org/jira/browse/HADOOP-7669 Project: Hadoop Common Issue Type: Bug Affects Versions: 0.24.0 R

mapreduce fault detection using Heartbeat (JobTracker.java, TaskTracker.java)

2011-09-21 Thread Mehdi Mirakhorli
Hi All, I've a question about Heartbeat implementation in Hadoop. I'm working on dependability evaluation of Hadoop, I'm interested to find all the code snippets which implements the heartbeat. Right now I've found one place 1- heartbeat with piggybacking is used by (JobTracker.java and TaskTrack

[jira] [Created] (HADOOP-7668) Add a NetUtils method that can tell if an InetAddress belongs to local host

2011-09-21 Thread Suresh Srinivas (JIRA)
Add a NetUtils method that can tell if an InetAddress belongs to local host --- Key: HADOOP-7668 URL: https://issues.apache.org/jira/browse/HADOOP-7668 Project: Hadoop Common

[jira] [Resolved] (HADOOP-7621) alfredo config should be in a file not readable by users

2011-09-21 Thread Aaron T. Myers (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers resolved HADOOP-7621. Resolution: Fixed Fix Version/s: 0.20.206.0 > alfredo config should be in a file no

[jira] [Reopened] (HADOOP-7644) Fix the delegation token tests to use the new style renewers

2011-09-21 Thread Kihwal Lee (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee reopened HADOOP-7644: > Fix the delegation token tests to use the new style renewers > -

[jira] [Reopened] (HADOOP-7621) alfredo config should be in a file not readable by users

2011-09-21 Thread Aaron T. Myers (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-7621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Aaron T. Myers reopened HADOOP-7621: Assignee: Aaron T. Myers (was: Alejandro Abdelnur) Reopening this for the branch-0.20-s

[jira] [Created] (HADOOP-7667) FileSystem#getCanonicalServiceName should be annotated as private to Hadoop.

2011-09-21 Thread Jitendra Nath Pandey (JIRA)
FileSystem#getCanonicalServiceName should be annotated as private to Hadoop. Key: HADOOP-7667 URL: https://issues.apache.org/jira/browse/HADOOP-7667 Project: Hadoop Common

Re: How to view the php file which is located in hadoop path?

2011-09-21 Thread Kihwal Lee
Maria, In general, when you try to serve contents off a data storage, the storage needs to be mounted so that the apache web server itself or the module in charge (in your case probably the php module) can find it using standard system libraries and system calls. HDFS itself is not a POSIX file s

Research on Hadoop Design

2011-09-21 Thread Mehdi Mirakhorli
Hi everyone, We are a group of researchers at DePaul University investigating the use of tactics in open-source, high-performance, fault-tolerant software systems. Obviously we are not nearly as familiar with Hadoop as all of the developers are, so we hoped you could help us. We have focused p

[jira] [Created] (HADOOP-7666) branch-0.20-security doesn't include o.a.h.security.TestAuthenticationFilter

2011-09-21 Thread Aaron T. Myers (JIRA)
branch-0.20-security doesn't include o.a.h.security.TestAuthenticationFilter Key: HADOOP-7666 URL: https://issues.apache.org/jira/browse/HADOOP-7666 Project: Hadoop Common

[jira] [Created] (HADOOP-7665) branch-0.20-security doesn't include SPNEGO settings in core-default.xml

2011-09-21 Thread Aaron T. Myers (JIRA)
branch-0.20-security doesn't include SPNEGO settings in core-default.xml Key: HADOOP-7665 URL: https://issues.apache.org/jira/browse/HADOOP-7665 Project: Hadoop Common

[jira] [Created] (HADOOP-7664) o.a.h.conf.Configuration complains of overriding final parameter even if the value with which its attempting to override is the same.

2011-09-21 Thread Ravi Prakash (JIRA)
o.a.h.conf.Configuration complains of overriding final parameter even if the value with which its attempting to override is the same. -- Key: HADOO

How to view the php file which is located in hadoop path?

2011-09-21 Thread mariaprabudass
Hi all, I have copied my files using hadoop in the following path "/user/hadoop/input" path. Now i need to open the "index.php" file which located in the above path, so i configure that path in apache. Then i tried in Ubuntu using vim 000-default and edit the below two lines. DocumentRoot /user/