[jira] [Created] (HDFS-3058) HA: Bring BookKeeperJournalManager up to date with HA changes

2012-03-07 Thread Ivan Kelly (Created) (JIRA)
HA: Bring BookKeeperJournalManager up to date with HA changes
-

 Key: HDFS-3058
 URL: https://issues.apache.org/jira/browse/HDFS-3058
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Ivan Kelly
Assignee: Ivan Kelly
 Fix For: 0.24.0


There's a couple of TODO(HA) comments in the BookKeeperJournalManager code. 
This JIRA is to address those.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2743) Streamline usage of bookkeeper journal manager

2012-01-03 Thread Ivan Kelly (Created) (JIRA)
Streamline usage of bookkeeper journal manager
--

 Key: HDFS-2743
 URL: https://issues.apache.org/jira/browse/HDFS-2743
 Project: Hadoop HDFS
  Issue Type: Improvement
Reporter: Ivan Kelly
Assignee: Ivan Kelly
 Fix For: 0.24.0


The current method of installing bkjournal manager involves generating a 
tarball, and extracting it with special flags over the hdfs distribution. This 
is cumbersome and prone to being broken by other changes (see 
https://svn.apache.org/repos/asf/hadoop/common/trunk@1220940). I think a 
cleaner way to doing this is to generate a single jar that can be placed in the 
lib dir of hdfs.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2717) BookKeeper Journal output stream doesn't check addComplete rc

2011-12-22 Thread Ivan Kelly (Created) (JIRA)
BookKeeper Journal output stream doesn't check addComplete rc
-

 Key: HDFS-2717
 URL: https://issues.apache.org/jira/browse/HDFS-2717
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Ivan Kelly
Assignee: Ivan Kelly


As summary says, we're not checking the addComplete return code, so there's a 
change of losing update. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Created] (HDFS-2674) hdfs script does not work out of the box.

2011-12-13 Thread Ivan Kelly (Created) (JIRA)
hdfs script does not work out of the box.
-

 Key: HDFS-2674
 URL: https://issues.apache.org/jira/browse/HDFS-2674
 Project: Hadoop HDFS
  Issue Type: Bug
Reporter: Ivan Kelly
Assignee: Ivan Kelly
Priority: Critical
 Fix For: 0.24.0


As the title says, hadoop-config.sh doesn't add the hadoop-common jars, which 
makes the hdfs script fail.

To repro, follow the instructions from 
http://wiki.apache.org/hadoop/HowToSetupYourDevelopmentEnvironment
{code}
ivank@spokegrown-lm ~/src/hadoop-common Tue Dec 13 19:14:24 [0 jobs] [hist 
1889] 
$ export HADOOP_COMMON_HOME=$(pwd)/$(ls -d 
hadoop-common-project/hadoop-common/target/hadoop-common-*-SNAPSHOT)
ivank@spokegrown-lm ~/src/hadoop-common Tue Dec 13 19:14:29 [0 jobs] [hist 
1890] 
$ export HADOOP_HDFS_HOME=$(pwd)/$(ls -d 
hadoop-hdfs-project/hadoop-hdfs/target/hadoop-hdfs-*-SNAPSHOT)
ivank@spokegrown-lm ~/src/hadoop-common Tue Dec 13 19:14:36 [0 jobs] [hist 
1891] 
$ export PATH=$HADOOP_COMMON_HOME/bin:$HADOOP_HDFS_HOME/bin:$PATH
ivank@spokegrown-lm ~/src/hadoop-common Tue Dec 13 19:14:42 [0 jobs] [hist 
1892] 
$ cat > $HADOOP_COMMON_HOME/etc/hadoop/core-site.xml  << EOF
> 
> 
>   
> fs.default.name
> hdfs://localhost/
>   
> 
> EOF
ivank@spokegrown-lm ~/src/hadoop-common Tue Dec 13 19:14:51 [0 jobs] [hist 
1893] 
$ hdfs namenode -format
Exception in thread "main" java.lang.NoClassDefFoundError: 
org/apache/hadoop/HadoopIllegalArgumentException
Caused by: java.lang.ClassNotFoundException: 
org.apache.hadoop.HadoopIllegalArgumentException
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)

{code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira