0.9.1 branch.

2013-06-03 Thread ur lops
Could someone point me to hive 0.9.1 branch? Thanks in advance.
Regards


error in running the hive test cases

2013-06-03 Thread ur lops
Hi,
 When I run the hive test case, I keep getting the following error:
 [echo] Project: serde
[javac] Compiling 36 source files to
/home/john/dev/hive-0.9.0-Intel/src/build/serde/test/classes
[javac] TestAvroSerdeUtils.java:24: cannot find symbol
[javac] symbol  : class MiniDFSCluster
[javac] location: package org.apache.hadoop.hdfs
[javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
[javac]  ^
[javac] TestAvroSerdeUtils.java:184: cannot find symbol
[javac] symbol  : class MiniDFSCluster
[javac] location: class
org.apache.hadoop.hive.serde2.avro.TestAvroSerdeUtils
[javac] MiniDFSCluster miniDfs = null;
[javac] ^
[javac] TestAvroSerdeUtils.java:187: cannot find symbol
[javac] symbol  : class MiniDFSCluster
[javac] location: class
org.apache.hadoop.hive.serde2.avro.TestAvroSerdeUtils
[javac]   miniDfs = new MiniDFSCluster(new Configuration(), 1,
true, null);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

I am building hive 0.9  and running the test using
ant package test.

Could you help.
Thanks


Re: 0.9.1 branch.

2013-06-03 Thread ur lops
Thanks Owen for the quick response. I am looking for hive-895, which
claims that it is merged in 0.9.1.
( https://issues.apache.org/jira/browse/HIVE-895 )
 How to get that particular commit?

Regards

On Mon, Jun 3, 2013 at 2:59 AM, Owen O'Malley owen.omal...@gmail.com wrote:
 The 0.9.x branch is branch-0.9. There isn't a 0.9.1 release and it is very 
 unlikely.

 http://svn.apache.org/repos/asf/hive/


 -- Owen

 On Jun 3, 2013, at 11:51, ur lops urlop...@gmail.com wrote:

 Could someone point me to hive 0.9.1 branch? Thanks in advance.
 Regards


Fwd: error in running the hive test cases

2013-06-03 Thread ur lops
Hi,
 When I run the hive test case, I keep getting the following error:
 [echo] Project: serde
[javac] Compiling 36 source files to
/home/john/dev/hive-0.9.0-Intel/src/build/serde/test/classes
[javac] TestAvroSerdeUtils.java:24: cannot find symbol
[javac] symbol  : class MiniDFSCluster
[javac] location: package org.apache.hadoop.hdfs
[javac] import org.apache.hadoop.hdfs.MiniDFSCluster;
[javac]  ^
[javac] TestAvroSerdeUtils.java:184: cannot find symbol
[javac] symbol  : class MiniDFSCluster
[javac] location: class
org.apache.hadoop.hive.serde2.avro.TestAvroSerdeUtils
[javac] MiniDFSCluster miniDfs = null;
[javac] ^
[javac] TestAvroSerdeUtils.java:187: cannot find symbol
[javac] symbol  : class MiniDFSCluster
[javac] location: class
org.apache.hadoop.hive.serde2.avro.TestAvroSerdeUtils
[javac]   miniDfs = new MiniDFSCluster(new Configuration(), 1,
true, null);
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

I am building hive 0.9  and running the test using
ant package test.
can someone give me a pointer, which jar is missing from classpath and
how to resolve it.

Thanks


Re: is there set of queries, which can be used to benchmark the hive performance?

2013-04-17 Thread ur lops
Thanks Swarnim for the quick response.

On Tue, Apr 16, 2013 at 9:22 PM, kulkarni.swar...@gmail.com
kulkarni.swar...@gmail.com wrote:
 Hi Rob,

 HiBench[1] is one I have seen most commonly used.

 [1] https://github.com/intel-hadoop/HiBench/tree/master/hivebench


 On Tue, Apr 16, 2013 at 6:42 PM, ur lops urlop...@gmail.com wrote:

 I am looking to benchmark my database with hive. but before I do that,
 I want to run a set of tests on hive to benchmark hive. Is there
 something exists in hive, similar to pig gridmix?
 Thanks in advance
 Rob.




 --
 Swarnim


is there set of queries, which can be used to benchmark the hive performance?

2013-04-16 Thread ur lops
I am looking to benchmark my database with hive. but before I do that,
I want to run a set of tests on hive to benchmark hive. Is there
something exists in hive, similar to pig gridmix?
Thanks in advance
Rob.


do we know release date for hive-0.11 eom

2013-03-28 Thread ur lops