[jira] [Commented] (HIVE-11650) Create LLAP Monitor Daemon class and launch scripts

2015-09-17 Thread Kai Sasaki (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14791803#comment-14791803
 ] 

Kai Sasaki commented on HIVE-11650:
---

Hello [~sershe]. This was not successful. We cannot use latest version of 
jetty-server?
{code}
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR] 
/Users/kaisasak/hive/service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpCLIService.java:[72,17]
 cannot find symbol
  symbol:   method 
setThreadPool(org.eclipse.jetty.util.thread.ExecutorThreadPool)
  location: variable httpServer of type org.eclipse.jetty.server.Server
[ERROR] 
/Users/kaisasak/hive/service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpCLIService.java:[97,16]
 cannot find symbol
  symbol:   method setPort(int)
  location: variable connector of type 
org.eclipse.jetty.server.nio.SelectChannelConnector
[ERROR] 
/Users/kaisasak/hive/service/src/java/org/apache/hive/service/cli/thrift/ThriftHttpCLIService.java:[99,16]
 cannot find symbol
  symbol:   method setReuseAddress(boolean)
  location: variable connector of type 
org.eclipse.jetty.server.nio.SelectChannelConnector
[INFO] 3 errors
{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, example.patch
>
>
> 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)


[jira] [Commented] (HIVE-11650) Create LLAP Monitor Daemon class and launch scripts

2015-09-17 Thread Kai Sasaki (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14804841#comment-14804841
 ] 

Kai Sasaki commented on HIVE-11650:
---

[~sershe] Is it better to upgrade jetty-server on master branch?

> 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, example.patch
>
>
> 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)


[jira] [Commented] (HIVE-11650) Create LLAP Monitor Daemon class and launch scripts

2015-09-17 Thread Sergey Shelukhin (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14804748#comment-14804748
 ] 

Sergey Shelukhin commented on HIVE-11650:
-

I didn't realize we were already using jetty server.. looks like it's an older 
version.
You can upgrade branch to newer version in a separate JIRA, or use the older 
version if it works for your purposes.

> 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, example.patch
>
>
> 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)


[jira] [Commented] (HIVE-11650) Create LLAP Monitor Daemon class and launch scripts

2015-09-04 Thread Sergey Shelukhin (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14731431#comment-14731431
 ] 

Sergey Shelukhin commented on HIVE-11650:
-

You also need to add dependency. I did the attached example (for real usage, 
you'd want to add version as a variable like with other dependencies, and 
remove tabs :)) and it was included:
{noformat}
[INFO] Including org.eclipse.jetty:jetty-server:jar:9.3.3.v20150827 in the 
shaded jar.
{noformat}

> 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)


[jira] [Commented] (HIVE-11650) Create LLAP Monitor Daemon class and launch scripts

2015-09-02 Thread Kai Sasaki (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 @@
   org.apache.hive:spark-client
   org.apache.hive:hive-storage-api
   joda-time:joda-time
+  org.eclipse.jetty:jetty-server
 
   
   

{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)


[jira] [Commented] (HIVE-11650) Create LLAP Monitor Daemon class and launch scripts

2015-08-27 Thread Sergey Shelukhin (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14717098#comment-14717098
 ] 

Sergey Shelukhin commented on HIVE-11650:
-

If you want packages deployed, you can either modify the autobuild script to 
change what jars get packaged with slider app, or you can add it in ql/pom.xml 
(see the build-exec-bundle part) so it's packaged in the epic jar that already 
packaged.

 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)


[jira] [Commented] (HIVE-11650) Create LLAP Monitor Daemon class and launch scripts

2015-08-26 Thread Gopal V (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-11650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14715640#comment-14715640
 ] 

Gopal V commented on HIVE-11650:


[~kaisasak]: you're on the right track, but you don't need to add to the 
existing webservices.

You can have your own WebApps instance kicked off so that you can serve static 
files (jquery/bootstrap/d3) etc required for the UI from the running monitoring 
instance itself.

 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)