[
https://issues.apache.org/jira/browse/HIVE-11650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14728298#comment-14728298
]
Kai Sasaki commented on HIVE-11650:
-----------------------------------
[~sershe] I added jetty-server package to ql/pom.xml, build-exec-bundle. But it
found no jetty-server package as described before. Is it correct way?
{code}
diff --git a/ql/pom.xml b/ql/pom.xml
index 99c22a3..30cf621 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -735,6 +735,7 @@
<include>org.apache.hive:spark-client</include>
<include>org.apache.hive:hive-storage-api</include>
<include>joda-time:joda-time</include>
+ <include>org.eclipse.jetty:jetty-server</include>
</includes>
</artifactSet>
<relocations>
{code}
> Create LLAP Monitor Daemon class and launch scripts
> ---------------------------------------------------
>
> Key: HIVE-11650
> URL: https://issues.apache.org/jira/browse/HIVE-11650
> Project: Hive
> Issue Type: Sub-task
> Affects Versions: llap
> Reporter: Kai Sasaki
> Assignee: Kai Sasaki
> Attachments: HIVE-11650-llap.00.patch, Screen Shot 2015-08-26 at
> 16.54.35.png
>
>
> This JIRA for creating LLAP Monitor Daemon class and related launching
> scripts for slider package.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)