Re: How to set JVM arguments in Hadoop 0.23

2012-09-11 Thread Harsh J
Btw, you can also set a global JAVA_LIBRARY_PATH env-var containing your paths, and YARN will pick it up. On Wed, Sep 12, 2012 at 9:16 AM, Harsh J wrote: > Hi Shekhar, > > For YARN, try setting YARN_OPTS inside the yarn-env.sh. YARN scripts > do not reuse the hadoop-env.sh like the rest of the co

Re: How to set JVM arguments in Hadoop 0.23

2012-09-11 Thread Harsh J
Hi Shekhar, For YARN, try setting YARN_OPTS inside the yarn-env.sh. YARN scripts do not reuse the hadoop-env.sh like the rest of the components. The yarn-env.sh must reside in the YARN_CONF_DIR directory. Does this help? On Wed, Sep 12, 2012 at 8:07 AM, Shekhar Gupta wrote: > I am trying to tal

How to set JVM arguments in Hadoop 0.23

2012-09-11 Thread Shekhar Gupta
I am trying to talk to R from Resource Manager. To do that I have to set a VM argument -Djava.library.path=/Library/Frameworks/R.framework/Resources/library/rJava/jri/ I have tried to set this argument by adding following line in hadoop-env.sh export HADOOP_OPTS="-Djava.library.path=/Library/F

[jira] [Resolved] (HADOOP-8767) secondary namenode on slave machines

2012-09-11 Thread Suresh Srinivas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8767?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas resolved HADOOP-8767. - Resolution: Fixed Fix Version/s: (was: 1.0.3) (was: sit

Re: Hadoop fs -ls behaviour compared to native ls

2012-09-11 Thread Hemanth Yamijala
Sure. Have filed https://issues.apache.org/jira/browse/HADOOP-8788 .. Would be interested in what comes out in the discussion. Thanks hemanth On Tue, Sep 11, 2012 at 7:10 PM, Robert Evans wrote: > I think most of the rational is for backwards compatibility, but I could > be wrong. If you want t

[jira] [Created] (HADOOP-8788) hadoop fs -ls can print file paths according to the native ls command

2012-09-11 Thread Hemanth Yamijala (JIRA)
Hemanth Yamijala created HADOOP-8788: Summary: hadoop fs -ls can print file paths according to the native ls command Key: HADOOP-8788 URL: https://issues.apache.org/jira/browse/HADOOP-8788 Project

Re: Hadoop fs -ls behaviour compared to native ls

2012-09-11 Thread Robert Evans
I think most of the rational is for backwards compatibility, but I could be wrong. If you want to change it file a JIRA about it and we can discuss on the JIRA the merits of the change. --Bobby On 9/11/12 6:28 AM, "Hemanth Yamijala" wrote: >Hi, > >hadoop fs -ls dirname > >lists entries like >

Re: FW: Doubts Reg

2012-09-11 Thread sudha sadhasivam
Dear Madam, I'am keeping as attachment relevant screen shots of running hive Profile.pngĀ  shows contents of /etc/profile hive_common_lib.png shows h-ve_common*.jar is already in $HIVE_HOME/libĀ  , here $HIVE_HOME is /home/yahoo/hive/build/dist as evident from classpath_err.png Yours Truly G Sud

Hadoop fs -ls behaviour compared to native ls

2012-09-11 Thread Hemanth Yamijala
Hi, hadoop fs -ls dirname lists entries like dirname/file1 dirname/file2 i.e. dirname is repeated. And it takes a small second to realize that there's actually no directory called dirname under dirname. Native ls doesn't repeat dirname when listing the output. I suppose the current behaviour

Build failed in Jenkins: Hadoop-Common-trunk #530

2012-09-11 Thread Apache Jenkins Server
See Changes: [todd] HADOOP-8786. HttpServer continues to start even if AuthenticationFilter fails to init. Contributed by Todd Lipcon. [tucu] HADOOP-8781. hadoop-config.sh should add JAVA_LIBRARY_PATH to LD_LIBRARY_PATH. (tucu) [

[jira] [Reopened] (HADOOP-8786) HttpServer continues to start even if AuthenticationFilter fails to init

2012-09-11 Thread Todd Lipcon (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-8786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Todd Lipcon reopened HADOOP-8786: - k, reopening for backport. Do you have time to do them? > HttpServer continues to s