[jira] [Created] (HADOOP-16839) SparkLauncher does not read SPARK_CONF_DIR/spark-defaults.conf

2020-02-04 Thread Koji Noguchi (Jira)
Koji Noguchi created HADOOP-16839: - Summary: SparkLauncher does not read SPARK_CONF_DIR/spark-defaults.conf Key: HADOOP-16839 URL: https://issues.apache.org/jira/browse/HADOOP-16839 Project: Hadoop

Re: Gzip progress during map phase.

2011-12-27 Thread Koji Noguchi
Assuming you're using TextInputFormat, it sounds like https://issues.apache.org/jira/browse/MAPREDUCE-773 In 0.21. Don't know about CDH. Koji On 12/27/11 2:00 AM, Niels Basjes ni...@basjes.nl wrote: I would not expect this. I would expect behaviour that is independent of the way the splits

[jira] [Created] (HADOOP-7890) Redirect hadoop script's deprecation message to stderr

2011-12-07 Thread Koji Noguchi (Created) (JIRA)
Components: scripts Affects Versions: 0.23.0 Reporter: Koji Noguchi Assignee: Koji Noguchi Priority: Trivial $ hadoop dfs -ls DEPRECATED: Use of this script to execute hdfs command is deprecated. Instead use the hdfs command for it. ... If we're still

Re: [VOTE] Release 0.20.204.0-rc0

2011-08-03 Thread Koji Noguchi
Can we add * HADOOP-6942 Ability for having user's classes take precedence over the system classes for tasks' classpath It's pretty bad in a sense that it's not on trunk but 0.20.204 and CDH3 both have this *using different parameters*. Koji On 8/3/11 2:14 PM, Matt Foley

Re: [VOTE] Release candidate 0.20.203.0-rc0

2011-05-03 Thread Koji Noguchi
except HADOOP-6386 and HADOOP-6428. causes a rolling port side effect in TT I remember bugging Cos and Rob to revert HADOOP-6386. https://issues.apache.org/jira/browse/HADOOP-6760?focusedCommentId=12867342; page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#commen t-12867342

Re: Problem with running the job, no default queue

2011-02-14 Thread Koji Noguchi
Hi Shivani, You probably don't want to ask m45 specific questions on hadoop.apache mailing list. Try % hadoop queue -showacls It should show which queues you're allowed to submit. If it doesn't give you any queues, you need to request one. Koji On 2/9/11 9:10 PM, Shivani Rao

Re: Stopping datanodes dynamically.

2011-01-31 Thread Koji Noguchi
If you want to decommission a datanode, http://hadoop.apache.org/common/docs/r0.20.0/hdfs_user_guide.html#DFSAdmin+Command -refreshNodes briefly explains how it works. Koji On 1/31/11 4:35 AM, Segel, Mike mse...@navteq.com wrote: James, Remove the node without stopping what? If you mean

[jira] Reopened: (HADOOP-6857) FsShell should report raw disk usage including replication factor

2010-09-14 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi reopened HADOOP-6857: -- I think this number(raw usage) would be helpful. Not sure whether this should be in -du

[jira] Created: (HADOOP-6669) zlib.compress.level ignored for DefaultCodec initialization

2010-03-31 Thread Koji Noguchi (JIRA)
Components: io Reporter: Koji Noguchi Assignee: Koji Noguchi Priority: Minor HADOOP-5879 added a compression level for codecs, but DefaultCodec seems to ignore this conf value when initialized. This is only when codec is first created. reinit() probably

[jira] Resolved: (HADOOP-6202) harchive: Har doesn't work on files having '%' character

2009-08-19 Thread Koji Noguchi (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-6202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Koji Noguchi resolved HADOOP-6202. -- Resolution: Duplicate This is reported in HADOOP-6097. harchive: Har doesn't work