[jira] [Commented] (DRILL-4571) Add link to the Drill log from the web UI

2016-04-04 Thread Arina Ielchiieva (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224102#comment-15224102
 ] 

Arina Ielchiieva commented on DRILL-4571:
-

Sure, I will add functionality to display logs from all drillbits.

It can look like this:
you go to Logs tab, there you can switch between inner tabs with cluster names 
where drillbits are (like we do between query, physical plan) (didn't implement 
yet so no screenshot)
each tab will show list of logs available for drillbit (log_list.JPG), you 
click on log and see last n lines (display_log.JPG).

> Add link to the Drill log from the web UI
> -
>
> Key: DRILL-4571
> URL: https://issues.apache.org/jira/browse/DRILL-4571
> Project: Apache Drill
>  Issue Type: Improvement
>Reporter: Arina Ielchiieva
>Assignee: Arina Ielchiieva
> Attachments: display_log.JPG, log_list.JPG
>
>
> Now we have link to the profile from the web UI.
> It will be handy for the users to have the link to the log as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DRILL-4571) Add link to the Drill log from the web UI

2016-04-04 Thread John Omernik (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224056#comment-15224056
 ] 

John Omernik commented on DRILL-4571:
-

Arina -

So, in my MapR setup, I've used the drill-override setting 
"sys.store.provider.zk.blobroot: "maprfs:///mesos/prod/drill/profiles" to 
ensure all bits put all profiles in the same spot. This way, on my UI, all 
queries are shown under profiles, not just for the drill bit I am on.  This 
also works because each file is shown as a single "query".  For my logs, I do 
something similar, each drillbit logs to a file with the clustername and the 
hostname in the filename, this allows me to put all files in one directory for 
easy troubleshooting (This is not standard).  Under a "logs" tab, do you 
envision that for each log file in the log directory, it would show a link, and 
then the user could click on the link to see the actual file?  That would be 
inline with the profiles, and work in situations like mine where I am using a 
single point for all logs to go to.I am curious on your thoughts.  If this 
was the case, we could add some extra info to the documentation on how to get a 
unified location for logging setup.  I think this would be easier than the 
Mesos way where the node you are on would proxy to all the other bits.   

> Add link to the Drill log from the web UI
> -
>
> Key: DRILL-4571
> URL: https://issues.apache.org/jira/browse/DRILL-4571
> Project: Apache Drill
>  Issue Type: Improvement
>Reporter: Arina Ielchiieva
>Assignee: Arina Ielchiieva
>
> Now we have link to the profile from the web UI.
> It will be handy for the users to have the link to the log as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DRILL-4571) Add link to the Drill log from the web UI

2016-04-04 Thread Khurram Faraaz (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15224027#comment-15224027
 ] 

Khurram Faraaz commented on DRILL-4571:
---

Users will be interested in drillbit.log and drillbit.out files that are on 
each node in the cluster.

> Add link to the Drill log from the web UI
> -
>
> Key: DRILL-4571
> URL: https://issues.apache.org/jira/browse/DRILL-4571
> Project: Apache Drill
>  Issue Type: Improvement
>Reporter: Arina Ielchiieva
>Assignee: Arina Ielchiieva
>
> Now we have link to the profile from the web UI.
> It will be handy for the users to have the link to the log as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DRILL-4571) Add link to the Drill log from the web UI

2016-04-04 Thread Arina Ielchiieva (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15223997#comment-15223997
 ] 

Arina Ielchiieva commented on DRILL-4571:
-

I was going to display all logs available in log directory. Whenever you click 
on any log are interested in, you'll see last N rows (let's say 10K), also you 
would be able to download full log.
Logs will be available per node, the same is done with profiles (you can see 
only list of queries run from node you are on).

> Add link to the Drill log from the web UI
> -
>
> Key: DRILL-4571
> URL: https://issues.apache.org/jira/browse/DRILL-4571
> Project: Apache Drill
>  Issue Type: Improvement
>Reporter: Arina Ielchiieva
>Assignee: Arina Ielchiieva
>
> Now we have link to the profile from the web UI.
> It will be handy for the users to have the link to the log as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (DRILL-4571) Add link to the Drill log from the web UI

2016-04-01 Thread John Omernik (JIRA)

[ 
https://issues.apache.org/jira/browse/DRILL-4571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15222563#comment-15222563
 ] 

John Omernik commented on DRILL-4571:
-

But which log will it be?  I think one challenge is identifying which log 
should be displayed? Should each bit serve up it's own log in a Mesos like way. 
(In Mesos, you can access the sandbox, for any specific task that is running on 
the cluster. Those sandbox logs actually exist on the nodes, and something in 
how Mesos is working allows it to appear to be clickable from the Master. (In 
this case the node you are connected to in the Web UI)



> Add link to the Drill log from the web UI
> -
>
> Key: DRILL-4571
> URL: https://issues.apache.org/jira/browse/DRILL-4571
> Project: Apache Drill
>  Issue Type: Improvement
>Reporter: Arina Ielchiieva
>Assignee: Arina Ielchiieva
>
> Now we have link to the profile from the web UI.
> It will be handy for the users to have the link to the log as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)