Ming: The tar ball in the archive contains source code. See example below: $ tar tzvf hbase-0.94.5.tar.gz | grep '\.java' | grep Assignment -rw-r--r-- 0 jenkins jenkins 47982 Feb 7 2013 hbase-0.94.5/src/test/java/org/apache/hadoop/hbase/master/TestAssignmentManager.java -rw-r--r-- 0 jenkins jenkins 136645 Feb 7 2013 hbase-0.94.5/src/main/java/org/apache/hadoop/hbase/master/AssignmentManager.java
FYI On Thu, Oct 16, 2014 at 7:18 AM, Sean Busbey <[email protected]> wrote: > On Thu, Oct 16, 2014 at 2:18 AM, Liu, Ming (HPIT-GADSC) <[email protected]> > wrote: > > > > > > > By the way, I cannot find anywhere to download a 0.94.5 hbase source > code, > > can anyone tell me if there is somewhere I can find it? > > > > I know old version is obsolete , but this is not for production, but for > > research, so please help me if you have any idea. Thanks very much in > > advance. > > > > > In most cases you can get old versions of the HBase source from the ASF > archives: > > http://archive.apache.org/dist/hbase/hbase-0.94.5/ > > > -- > Sean >
