[jira] Updated: (HIVE-278) Add HiveHistory to Hive web interface

2009-03-26 Thread Ashish Thusoo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Thusoo updated HIVE-278:
---

  Resolution: Fixed
Hadoop Flags: [Reviewed]
  Status: Resolved  (was: Patch Available)

committed. Thanks Edward!!

 Add HiveHistory to Hive web interface
 -

 Key: HIVE-278
 URL: https://issues.apache.org/jira/browse/HIVE-278
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Logging, Web UI
Affects Versions: 0.3.0
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Minor
 Fix For: 0.3.0

 Attachments: HIVE-278-1.diff, HIVE-278-2.diff, HIVE-278.diff, 
 hive_history.png, session_logging.diff


 In order for HIVE-176 to be utilized by the Hive web interface a few changes 
 need to be made.
 * HWISessionItem needs a method with an argument signature 
 {noformat} 
 public HiveHistoryViewer getHistoryViewer() throws HWIException
 {noformat} 
 * session_manage.jsp needs an addition
 {noformat} 
  Hive History: a 
 href=/hwi/session_history.jsp?sessionName=%=sessionName%%=sessionName%/abr
 {noformat} 
 * session_history.jsp will have to be created to use the ql.history api

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-278) Add HiveHistory to Hive web interface

2009-03-20 Thread Edward Capriolo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Capriolo updated HIVE-278:
-

Attachment: HIVE-278-2.diff

I corrected the indenting to match the hadoop guidelines. I fixed the indents 
to two spaces per level. 

I also enhanced the test case. 


 Add HiveHistory to Hive web interface
 -

 Key: HIVE-278
 URL: https://issues.apache.org/jira/browse/HIVE-278
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Logging, Web UI
Affects Versions: 0.3.0
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Minor
 Fix For: 0.3.0

 Attachments: HIVE-278-1.diff, HIVE-278-2.diff, HIVE-278.diff, 
 hive_history.png, session_logging.diff


 In order for HIVE-176 to be utilized by the Hive web interface a few changes 
 need to be made.
 * HWISessionItem needs a method with an argument signature 
 {noformat} 
 public HiveHistoryViewer getHistoryViewer() throws HWIException
 {noformat} 
 * session_manage.jsp needs an addition
 {noformat} 
  Hive History: a 
 href=/hwi/session_history.jsp?sessionName=%=sessionName%%=sessionName%/abr
 {noformat} 
 * session_history.jsp will have to be created to use the ql.history api

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-278) Add HiveHistory to Hive web interface

2009-03-16 Thread Edward Capriolo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Capriolo updated HIVE-278:
-

Release Note: Fixed grammatical typos in javadoc. Fixed build.xml. Added 
capability of web interface to show hive history.
  Status: Patch Available  (was: Open)

 Add HiveHistory to Hive web interface
 -

 Key: HIVE-278
 URL: https://issues.apache.org/jira/browse/HIVE-278
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Logging, Web UI
Affects Versions: 0.3.0
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Minor
 Fix For: 0.3.0

 Attachments: HIVE-278.diff, hive_history.png, session_logging.diff


 In order for HIVE-176 to be utilized by the Hive web interface a few changes 
 need to be made.
 * HWISessionItem needs a method with an argument signature 
 {noformat} 
 public HiveHistoryViewer getHistoryViewer() throws HWIException
 {noformat} 
 * session_manage.jsp needs an addition
 {noformat} 
  Hive History: a 
 href=/hwi/session_history.jsp?sessionName=%=sessionName%%=sessionName%/abr
 {noformat} 
 * session_history.jsp will have to be created to use the ql.history api

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-278) Add HiveHistory to Hive web interface

2009-03-12 Thread Edward Capriolo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Capriolo updated HIVE-278:
-

Attachment: hive_history.png
HIVE-278.diff

All,

Hive History had trouble working with HWI due to some session state thread 
issues. 

The issues turned out to be a good thing. Now I think the HWISessionManager and 
HWISessionItem have a more logical and cleaner design.

I plan on doing some heavier testing but until then please review.


 Add HiveHistory to Hive web interface
 -

 Key: HIVE-278
 URL: https://issues.apache.org/jira/browse/HIVE-278
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Logging, Web UI
Affects Versions: 0.3.0
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Minor
 Fix For: 0.3.0

 Attachments: HIVE-278.diff, hive_history.png, session_logging.diff


 In order for HIVE-176 to be utilized by the Hive web interface a few changes 
 need to be made.
 * HWISessionItem needs a method with an argument signature 
 {noformat} 
 public HiveHistoryViewer getHistoryViewer() throws HWIException
 {noformat} 
 * session_manage.jsp needs an addition
 {noformat} 
  Hive History: a 
 href=/hwi/session_history.jsp?sessionName=%=sessionName%%=sessionName%/abr
 {noformat} 
 * session_history.jsp will have to be created to use the ql.history api

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-278) Add HiveHistory to Hive web interface

2009-02-11 Thread Ashish Thusoo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ashish Thusoo updated HIVE-278:
---

Affects Version/s: (was: 0.2.0)
   0.3.0
Fix Version/s: (was: 0.2.0)
   0.3.0

update versions as HWI is not in 0.2.

 Add HiveHistory to Hive web interface
 -

 Key: HIVE-278
 URL: https://issues.apache.org/jira/browse/HIVE-278
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Logging, Web UI
Affects Versions: 0.3.0
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Minor
 Fix For: 0.3.0

 Attachments: session_logging.diff


 In order for HIVE-176 to be utilized by the Hive web interface a few changes 
 need to be made.
 * HWISessionItem needs a method with an argument signature 
 {noformat} 
 public HiveHistoryViewer getHistoryViewer() throws HWIException
 {noformat} 
 * session_manage.jsp needs an addition
 {noformat} 
  Hive History: a 
 href=/hwi/session_history.jsp?sessionName=%=sessionName%%=sessionName%/abr
 {noformat} 
 * session_history.jsp will have to be created to use the ql.history api

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (HIVE-278) Add HiveHistory to Hive web interface

2009-02-08 Thread Edward Capriolo (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward Capriolo updated HIVE-278:
-

Attachment: session_logging.diff

My first crack at the history. Must be using the SessionState wrong any hints?

 Add HiveHistory to Hive web interface
 -

 Key: HIVE-278
 URL: https://issues.apache.org/jira/browse/HIVE-278
 Project: Hadoop Hive
  Issue Type: New Feature
  Components: Logging, Web UI
Affects Versions: 0.2.0
Reporter: Edward Capriolo
Assignee: Edward Capriolo
Priority: Minor
 Fix For: 0.2.0

 Attachments: session_logging.diff


 In order for HIVE-176 to be utilized by the Hive web interface a few changes 
 need to be made.
 * HWISessionItem needs a method with an argument signature 
 {noformat} 
 public HiveHistoryViewer getHistoryViewer() throws HWIException
 {noformat} 
 * session_manage.jsp needs an addition
 {noformat} 
  Hive History: a 
 href=/hwi/session_history.jsp?sessionName=%=sessionName%%=sessionName%/abr
 {noformat} 
 * session_history.jsp will have to be created to use the ql.history api

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.