GitHub user bharatm363 reopened a pull request:
https://github.com/apache/bigtop/pull/266
Test Hive Querying Capability
The HiveJdbcGeneralTest class implements methods from the TestMethods class
in order to perform data operations on the samdat1.csv dataset after being
loaded into HDFS.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bharatm363/bigtop NewHiveTests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/bigtop/pull/266.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #266
----
commit 5242b1507b5efdf11328062f8efb89be476b3963
Author: bharatm363 <[email protected]>
Date: 2017-07-26T17:54:18Z
Test Hive Querying Capability
The HiveJdbcGeneralTest class implements methods from the TestMethods class
in order to perform data operations on the samdat1.csv dataset after being
loaded into HDFS.
commit 25ad1db3685ae6072b127198c3ae1f2f4d5ffaf3
Author: bharatm363 <[email protected]>
Date: 2017-08-10T17:09:46Z
Changes based on comments
I have changed this file based on the comments made, but wasn't sure if the
license was applied correctly. The import spaces were done by java and I've
cleared out most of the others.
commit 04023e6a58599fdae3078be52c0576b50360c060
Author: bharatm363 <[email protected]>
Date: 2017-08-10T17:12:28Z
Updated Class
Attempted to clean up the class from spaces, printlns and added the
licesnse. I have kept the println's instead of adding logger because the
assertEquals result is the only relevant external output.
commit 86cf2d2bb22e3b2af3e37c84895f88a5d49addc9
Author: bharatm363 <[email protected]>
Date: 2017-10-20T14:48:49Z
Add files via upload
----
---