Uploaded image for project: 'Tajo (Retired)'
  1. Tajo (Retired)
  2. TAJO-912

Tsql prints wrong version.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 0.9.0
    • SQL Shell

    Description

      I found that tsql prints wrong version with tajo-0.9.0-SNAPSHOT as follows:

      default> \?
      
      General
        \copyright  show Apache License 2.0
        \version    show Tajo version
        \?          show help
        \q          quit tsql
      
      
      Informational
        \l           list databases
        \c           show current database
        \c [DBNAME]  connect to new database
        \d           list tables
        \d [TBNAME]  describe table
        \df          list functions
        \df NAME     describe function
      
      
      Tool
        \!           execute a linux shell command
        \dfs         execute a dfs command
        \admin       execute tajo admin command
      
      
      Variables
        \set [[NAME] [VALUE]  set session variable or list session variables
        \unset NAME           unset session variable
      
      
      Documentations
        tsql guide        http://tajo.apache.org/docs/0.8.0/cli.html
        Query language    http://tajo.apache.org/docs/0.8.0/sql_language.html
        Functions         http://tajo.apache.org/docs/0.8.0/functions.html
        Backup & restore  http://tajo.apache.org/docs/0.8.0/backup_and_restore.html
        Configuration     http://tajo.apache.org/docs/0.8.0/configuration.html
      
      default> \version
      0.8.0-SNAPSHOT
      

      Attachments

        1. TAJO-912.Mai.140708.2.patch.txt
          3 kB
          Mai Hai Thanh
        2. TAJO-912.Hyunsik.140711.1.patch
          4 kB
          Hyunsik Choi

        Activity

          People

            mhthanh Mai Hai Thanh
            blrunner JaeHwa Jung
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: