Here is the action from hadoop to get around this problem: HADOOP-14474 On Tue, May 30, 2017 at 8:26 PM, OpenInx <[email protected]> wrote:
> The current problem is: we got 404 not found returned when we install jdk7 > ( Oracle Corp changed the jdk7 download link and need accept it's license & > login with oracle account ) . > Could we download JDK7 from our own server, which is independent of > oracle's ? > > On Tue, May 30, 2017 at 10:38 PM, Mike Drob <[email protected]> wrote: > > > The anecdotal assumption is that Oracle JDK is more stable than OpenJDK, > > right? So shouldn't we be running tests with the OpenJDK. Kind of like a > > runner practicing with weights on their legs before the actual marathon. > > > > Mike > > > > On Sun, May 28, 2017 at 9:18 PM, Sean Busbey <[email protected]> > > wrote: > > > > > I first heard about the issue from Duo on JIRA, I do'nt know if anyone > > > has made a jira yet. > > > > > > The primary reason I can think of to test Oracle JDK instead of > > > OpenJDK is the presumption that the Oracle JDK will be more common in > > > production settings. > > > > > > We don't have, like, a survey of users@ to back that up of course. > > > ¯\_(ツ)_/¯ > > > > > > On Sat, May 27, 2017 at 8:26 PM, Dima Spivak <[email protected]> > > > wrote: > > > > Oops, gotcha. Should have scrolled further below the checking out of > > the > > > > master branch; I see further below that it was the 1.3 job. > > > > > > > > Is there a JIRA to address the JDK package not being available, Sean? > > Any > > > > reason we insist upon using Oracle for these runs instead of the > > OpenJDK > > > > equivalent? > > > > > > > > On Sat, May 27, 2017 at 12:14 PM Sean Busbey <[email protected]> > > wrote: > > > > > > > >> Also, this is specifically when the per-branch docker image is > > > >> attempting to install the jdk(s) that are appropriate for the given > > > >> branch. > > > >> > > > >> like branch-1 that is mentioned above is here: > > > >> > > > >> https://github.com/apache/hbase/blob/branch-1/dev- > > > support/docker/Dockerfile > > > >> > > > >> On Sat, May 27, 2017 at 2:10 PM, Sean Busbey <[email protected]> > > wrote: > > > >> > Dima, the issue pointed out above is specific to the branch-1* > > > >> > branches that do support java 7. the master branch already doesn't > > do > > > >> > any java 7, which is why the failures don't happen on it. > > > >> > > > > >> > On Sat, May 27, 2017 at 11:58 AM, Dima Spivak < > > [email protected]> > > > >> wrote: > > > >> >> Hey there, > > > >> >> > > > >> >> The master branch actually doesn't support Java 7 at all, so we > > > should > > > >> >> remove that; good catch. Would you mind opening a JIRA for the > > issue > > > and > > > >> >> one of the members of the team with Jenkins access can address > it? > > > >> >> > > > >> >> On Sat, May 27, 2017 at 3:18 AM OpenInx <[email protected]> > wrote: > > > >> >> > > > >> >>> Hi Guys > > > >> >>> > > > >> >>> Seems like we always fail to install jdk7 for Hadoop QA > > currently. ( > > > >> RUN > > > >> >>> apt-get -q update && apt-get -q install -y > oracle-java7-installer > > > >> failed) > > > >> >>> > > > >> >>> I'm not familiar with Hadoop QA environment, Could anyone help > > to > > > (or > > > >> >>> tell how to) fix it ? > > > >> >>> > > > >> >>> 1. https://builds.apache.org/job/PreCommit-HBASE-Build/6921/ > > > console > > > >> >>> 2. https://builds.apache.org/job/PreCommit-HBASE-Build/6960/ > > > console > > > >> >>> 3. https://issues.apache.org/jira/browse/HBASE-18066? > > > >> >>> focusedCommentId=16025718&page=com.atlassian.jira. > > > >> >>> plugin.system.issuetabpanels:comment-tabpanel#comment-16025718 > > > >> >>> > > > >> >>> > > > >> >>> Thanks. > > > >> >>> > > > >> >> -- > > > >> >> -Dima > > > >> > > > > -- > > > > -Dima > > > > > > > > > > > > -- > > > Sean > > > > > > > > > -- > ============================== > Openinx blog : http://openinx.github.io > > TO BE A GREAT HACKER ! > ============================== >
