That is a known bug with the Sun api. I have generally just deleted those errors - hasn't been a problem. Try deleteing out the project, close and then open eclipse, and then reimporting if you don't want to just delete the errors. ------------------- Jesse Yates @jesse_yates jyates.github.com
On Fri, May 25, 2012 at 11:34 PM, Matt Corgan <[email protected]> wrote: > The patch applied for me, and everything is looking good except I'm getting > errors on the Unsafe like the following in eclipse. I have a 1.7 jdk, and > get the same error when setting java version to 1.6 or 1.7: > > Access restriction: The method arrayIndexScale(Class) from the type Unsafe > is not accessible due to restriction on required library > /hpdev/jdk1.7.0_03/jre/lib/rt.jar > > Here's a pastebin of the maven output when running mvn clean package > -DskipTests site: http://pastebin.com/iCRHNGjP > > I'm guessing it's something wrong with my setup (ubuntu 12, eclipse indigo, > jdk 1.7)... any ideas? I can keep tinkering tomorrow. > > Great work guys. > > > On Fri, May 25, 2012 at 10:08 PM, Jesse Yates <[email protected] > >wrote: > > > No worries Ram - its really new files that are a pain to deal with. > > > > If any committers want to take the latest patch on HBASE-4336 for a > spin, I > > think its ready for commit. > > > > Be sure to test that building the site works (which has a new command - > mvn > > clean package -DskipTests site), as well as the in-situ and the packaged > > versions of the codebase work. They do on my local machine (at least, > > before the rebase, that _shouldn't_ be a problem), but always good to > check > > on others' boxes too. > > > > Thanks, > > Jesse > > > > ------------------- > > Jesse Yates > > @jesse_yates > > jyates.github.com > > > > > > On Fri, May 25, 2012 at 9:40 PM, Ramkrishna.S.Vasudevan < > > [email protected]> wrote: > > > > > Before seeing this mail I committed HBASE-6070. But any way did not > > commit > > > HBASE-6050. > > > This happened because I was not able to access my office mail from > home. > > > Sorry for the trouble. > > > > > > Regards > > > Ram > > > > > > > > > > -----Original Message----- > > > > From: Jesse Yates [mailto:[email protected]] > > > > Sent: Friday, May 25, 2012 9:33 PM > > > > To: [email protected] > > > > Subject: Re: Planning to commit HBASE-6050 and HBASE-6070 > > > > > > > > Yes, please wait. Shouldn't be too long (famous last words). > > > > > > > > - Jesse Yates > > > > > > > > Sent from my iPhone. > > > > > > > > On May 25, 2012, at 8:19 AM, [email protected] wrote: > > > > > > > > > Do you need to wait for modularization work to finish ? > > > > > > > > > > Cheers > > > > > > > > > > > > > > > > > > > > On May 25, 2012, at 6:31 AM, "Ramkrishna.S.Vasudevan" > > > > <[email protected]> wrote: > > > > > > > > > >> Hi devs > > > > >> > > > > >> > > > > >> > > > > >> I am planning to commit HBASE-6050 and HBASE-6070 today. Pls > share > > > > your > > > > >> comments on it if any. > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> Regards > > > > >> > > > > >> Ram > > > > >> > > > > > > > > >
