[jira] [Reopened] (HDFS-4901) Site Scripting and Phishing Through Frames in browseDirectory.jsp

2014-02-05 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4901?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu reopened HDFS-4901: --- Assignee: (was: Vivek Ganesan) > Site Scripting and Phishing Through Frames in browseDirectory.

Re: block access token

2013-11-13 Thread Luke Lu
Block access token is only valid for a short period of time, as the NN/DN shared secrets are rolled periodically. As long as you cannot steal block token easily (besides using zero-day bugs), there is really no security hole here (by design). If you know of a way to steal block tokens without root

Re: Replacing the JSP web UIs to HTML 5 applications

2013-10-30 Thread Luke Lu
> > > > > > > > > > > > > > * The JavaScript libraries used in the new web UIs have > > > > > > > > survived > > > in > > > > > > > > extremely large-scale production tests. jQuery is used by > > > > > > >

Re: Replacing the JSP web UIs to HTML 5 applications

2013-10-25 Thread Luke Lu
Echoing my comments on HDFS-3555: I have concerns with this client-side js only approach, which is less secure than a progressively enhanced hybrid approach used by YARN. The recent gmail XSS fiasco highlights the issue. I also have concerns that we commit these changes without matching unit tests

Re: SDP support for Hadoop RPC

2013-10-10 Thread Luke Lu
0 > > I also tried this for one specific node: > > bind 10.80.70.13 50031 > connect 10.xx.xx.0/24 <http://10.80.70.0/24> 50030-50050 > > > Thank you very much. > > > On Thu, Oct 10, 2013 at 4:00 AM, Luke Lu wrote: > > > Hadoop works with Java 7, which

Re: SDP support for Hadoop RPC

2013-10-10 Thread Luke Lu
Hadoop works with Java 7, which has builtin SDP support. You'll need to pass SDP related properties (-Dcom.sun.sdp.conf=your_sdp.conf) to hadoop JVMs via env var HADOOP_OPTS. One caveat of SDP is the 64KB message size (performance cliff beyond 64KB), which _should_ work with default hadoop config,

[jira] [Resolved] (HDFS-2268) Remove unused paranamer processing

2013-08-13 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-2268?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HDFS-2268. --- Resolution: Fixed > Remove unused paranamer process

[jira] [Resolved] (HDFS-4907) want to integrate oracle nosql to hadoop 1.0.3

2013-06-15 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4907?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HDFS-4907. --- Resolution: Invalid Please use the mailing list to ask integration questions. > want

Re: Heads up - 2.0.5-beta

2013-04-26 Thread Luke Lu
If protocol compatibility of v2 and v3 is a goal, HADOOP-8990 should be a blocker for v2. __Luke On Fri, Apr 26, 2013 at 12:07 PM, Eli Collins wrote: > On Fri, Apr 26, 2013 at 11:15 AM, Arun C Murthy > wrote: > > > > On Apr 25, 2013, at 7:31 PM, Roman Shaposhnik wrote: > > > >> On Thu, Apr 25,

[jira] [Resolved] (HDFS-4665) Move TestNetworkTopologyWithNodeGroup to Common

2013-04-04 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-4665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HDFS-4665. --- Resolution: Fixed Fix Version/s: 3.0.0 +1. Committed to trunk. Thanks Junping! > M

[jira] [Created] (HDFS-4665) Move TestNetworkTopologyWithNodeGroup to Common

2013-04-03 Thread Luke Lu (JIRA)
Luke Lu created HDFS-4665: - Summary: Move TestNetworkTopologyWithNodeGroup to Common Key: HDFS-4665 URL: https://issues.apache.org/jira/browse/HDFS-4665 Project: Hadoop HDFS Issue Type: Improvement

[jira] [Created] (HDFS-4313) MiniDFSCluster throws NPE if umask is more permissive than 022

2012-12-14 Thread Luke Lu (JIRA)
Luke Lu created HDFS-4313: - Summary: MiniDFSCluster throws NPE if umask is more permissive than 022 Key: HDFS-4313 URL: https://issues.apache.org/jira/browse/HDFS-4313 Project: Hadoop HDFS Issue

[jira] [Resolved] (HDFS-1810) Remove duplicate jar entries from common

2011-08-19 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HDFS-1810. --- Resolution: Duplicate Fix Version/s: 0.23.0 This is now being done via mavenization. > Rem

[jira] [Created] (HDFS-2268) Remove unused paranamer processing

2011-08-17 Thread Luke Lu (JIRA)
Lu Assignee: Luke Lu Fix For: 0.23.0 The paranamer processing is required by older avro. HDFS currently doesn't use avro at all. Removing the paranamer processing is required for HADOOP-7264, which upgrade avro to the current version. The change will be part o

Re: Where did hdfs source go?

2011-06-17 Thread Luke Lu
Heads up, I noticed the issue this morning and just pushed the fix before I saw this thread. It'll take about an hour to reflect the changes on the website. On Fri, Jun 17, 2011 at 11:47 AM, Todd Lipcon wrote: > Hey Kirk, > > Sorry about that. I'll fix the web sites momentarily. > > -Todd > > On

[jira] [Resolved] (HDFS-1922) Recurring failure in TestJMXGet.testNameNode since build 477 on May 11

2011-05-16 Thread Luke Lu (JIRA)
[ https://issues.apache.org/jira/browse/HDFS-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Lu resolved HDFS-1922. --- Resolution: Fixed Fix Version/s: 0.23.0 > Recurring failure in TestJMXGet.testNameNode since build

[jira] Created: (HDFS-1544) Ivy resolve force mode should be turned off by default

2010-12-17 Thread Luke Lu (JIRA)
: Luke Lu Assignee: Luke Lu Fix For: 0.22.0 cf. HADOOP-7068 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Created: (HDFS-1355) ant veryclean (clean-cache) doesn't clean enough

2010-08-25 Thread Luke Lu (JIRA)
build Affects Versions: 0.22.0 Reporter: Luke Lu Assignee: Luke Lu Fix For: 0.22.0 Looks like since HDFS-1159, ant veryclean no longer work as expected for the case when hadoop common jars are changed. The proposed patch does a more through cleaning on hadoop

[jira] Created: (HDFS-1117) HDFS portion of HADOOP-6728 (ovehaul metrics framework)

2010-04-28 Thread Luke Lu (JIRA)
Versions: 0.20.2 Reporter: Luke Lu Fix For: 0.22.0 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.