Uploaded image for project: 'Apache HAWQ'
  1. Apache HAWQ
  2. HAWQ-1271

hawqextract fails to find existing table

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Command Line Tools
    • None

    Description

      SET
      Timing is on.
      psql (8.2.15)
      Type "help" for help.

      gpadmin=# select count from public.t;
      count
      ----------
      71994207
      (1 row)

      Time: 1161.946 ms
      gpadmin=# \q

      $ hawqextract -o t.yaml t
      20170113:09:42:55:453137 gpadmin-[INFO]:-try to connect database localhost:5432 template1
      20170113:09:42:55:453137 gpadmin-[INFO]:-try to extract metadata of table 't'
      20170113:09:42:55:453137 gpadmin-[ERROR]:-Failed to extract metadata: Table public.t not exists!

      $ hawqextract -o t.yaml public.t
      [ERROR]:-Failed to extract metadata: Table public.t not exists!

      Attachments

        Activity

          People

            xsheng Xiang Sheng
            dbuzolin Dmitry Buzolin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: