Expand my Community achievements bar.

Tapan_Agrawal
Tapan_Agrawal
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi,I have a maven dependency<dependency>    <groupId>org.apache.hive</groupId>    <artifactId>hive-jdbc</artifactId>    <version>2.1.1</version></dependency>The jar and its dependencies don't have any OSGi bundle definition like symbolic bundle name under the manifest file. How do I convert it into ...

    Type

    Discussions

    Views

    8.9K

    Likes

    0

    Replies

    9
  • I am trying to connect to Hive through JDBC.Class.forName("org.apache.hive.jdbc.HiveDriver");Connection con = DriverManager.getConnection("jdbc:hive2://hs2prod.corp.adobe.com:10000/default", "user", "pass");Statement sql = con.createStatement();ResultSet res = sql.executeQuery("SELECT * FROM TABLE_N...

    Type

    Discussions

    Views

    6.8K

    Likes

    0

    Replies

    3
Top badges earned by Tapan_Agrawal
Customize the badges you want to showcase on your profile