I have
hive-0.8.0-candidate-3with hadoop in local mode against hadoop 0.20.2.
Looks like hive server is not launching.

[edward@tablitha hive-0.8.0-bin]$ bin/hive --service hiveserver
Starting Hive Thrift Server
Exception in thread "main" java.lang.NoSuchMethodError:
org.apache.thrift.server.TThreadPoolServer.<init>(Lorg/apache/thrift/server/TThreadPoolServer$Args;)V
    at org.apache.hadoop.hive.service.HiveServer.main(HiveServer.java:676)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.hadoop.util.RunJar.main(RunJar.java:156)



On Sat, Dec 10, 2011 at 7:37 AM, Carl Steinbach <c...@cloudera.com> wrote:

> Hi Jakob and Ashutosh,
>
> I posted a patch for HIVE-2643. Please try it out and let me know if it
> doesn't fix the problem.
>
> Thanks.
>
> Carl
>
> On Fri, Dec 9, 2011 at 9:40 PM, Ashutosh Chauhan <hashut...@apache.org
> >wrote:
>
> > I saw this issue on trunk too in today's checkout. Hive always thinks its
> > running in local mode because hadoop conf xmls are not getting loaded up.
> >
> > Ashutosh
> > On Fri, Dec 9, 2011 at 20:59, Jakob Homan <jgho...@gmail.com> wrote:
> >
> > > -1.  We're seeing a problem with RC2 and RC3, but not RC1 in job
> > > submission on a security-enabled 204 grid that I've traced back to
> > > HIVE-2362:
> > > The wrong staging directories are being specified:
> > > RC2: /user/jhoman-667872320/.staging
> > >
> > > This is because the Hadoop confs aren't being loaded and the system
> > > thinks its running in local mode, so calls in the LocalJobRunner,
> > > which builds staging directories in this manner.  Running set shows
> > > that none of the usual hdfs/mapred settings have been defined, so it's
> > > also defaulting to the local filesystem.
> > >
> > > Once I reverted 2362, everything worked again.
> > >
> > > I've opened HIVE-2643.
> > >
> > > On Fri, Dec 9, 2011 at 11:16 AM, Carl Steinbach <c...@cloudera.com>
> > wrote:
> > > > +1
> > > >
> > > > What I did:
> > > > * Built source tarball and imported into Eclipse. Verified that test
> > > cases
> > > > run.
> > > > * Ran tests from command line.
> > > > * Ran through tutorial exercises.
> > > >
> > > > We need one more +1 vote in order to release. PMC members: Please
> Vote!
> > > >
> > > > On Thu, Dec 8, 2011 at 11:40 PM, John Sichi <jsi...@fb.com> wrote:
> > > >
> > > >> Tests passed, +1 from me!
> > > >>
> > > >> JVS
> > > >>
> > > >> On Dec 8, 2011, at 4:11 PM, Carl Steinbach wrote:
> > > >>
> > > >> > Apache Hive 0.8.0 Release Candidate 3 is available here:
> > > >> >
> > > >> > http://people.apache.org/~cws/hive-0.8.0-candidate-3/
> > > >> >
> > > >> > Changes since RC2:
> > > >> > * HIVE-2634 revert HIVE-2566
> > > >> >
> > > >> > Please test and vote.
> > > >> >
> > > >> > Thanks.
> > > >> >
> > > >> > Carl
> > > >>
> > > >>
> > >
> >
>

Reply via email to