You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tajo.apache.org by hys9958 <gi...@git.apache.org> on 2015/09/21 12:05:51 UTC

[GitHub] tajo pull request: TAJO-1807: Not display "Finished Queries" in qu...

GitHub user hys9958 opened a pull request:

    https://github.com/apache/tajo/pull/775

    TAJO-1807: Not display "Finished Queries" in query.jsp

    Hi,
    I have implemented for this issue.
    Thanks!

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hys9958/tajo TAJO-1087

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/tajo/pull/775.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #775
    
----
commit c5f87b1ded9b6b7b996a6e189c34bddd6f53ad16
Author: Yeonsu Han <ha...@gmail.com>
Date:   2015-09-21T09:56:17Z

    TAJO-1807: Not display "Finished Queries" in query.jsp

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1807: Not display "Finished Queries" in qu...

Posted by jihoonson <gi...@git.apache.org>.
Github user jihoonson commented on the pull request:

    https://github.com/apache/tajo/pull/775#issuecomment-142157026
  
    Hi @hys9958, thank you for your work.
    I'm wondering ```hsync()``` does not work properly. If you have already tried, please share the result.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] tajo pull request: TAJO-1807: Not display "Finished Queries" in qu...

Posted by jinossy <gi...@git.apache.org>.
Github user jinossy commented on the pull request:

    https://github.com/apache/tajo/pull/775#issuecomment-142159050
  
    @hys9958
    You should set history file path, if you can't use the system default 
    ```
    HISTORY_QUERY_DIR("tajo.history.query.dir", "file:///{your-query-history-directtory}/history")
    ```


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---