Expand my Community achievements bar.

Tapan_Agrawal
Tapan_Agrawal
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I tried to embed the "hive-jdbc" jar into my application bundle. Following were the changes I did.core pom.xmlui-apps pom.xmlmain pom.xmlHowever, the application bundle is in installed stage and found this in the error.logAnything I am missing here?

    Type

    Discussions

    Views

    8.5K

    Likes

    0

    Replies

    1
  • Hi, this method applies only to jar that doesn't have any dependencies. hive-jdbc has dependency on 12 other jars. please suggest

    Type

    Discussions

    Views

    8.5K

    Likes

    0

    Replies

    5
  • 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.8K

    Likes

    0

    Replies

    9
  • I am using AEM 6.4 and have Maven Archetype 13 setup in IntelliJ. After build maven also deploys the bundles to my local instance. Not sure if updating the Manifest in bundle manually will help in the long run. Please suggest

    Type

    Discussions

    Views

    6.7K

    Likes

    0

    Replies

    0
  • 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