export data to text file in Apache phoenix

Source: https://stackoverflow.com/questions/33863041/how-to-export-data-to-text-file-in-apache-phoenix

After connecting to phoenix with sqlline.py:
  1. !outputformat csv
  2. !record data.csv
  3. select * from system.catalog limit 10;
  4. !record
  5. !quit

Không có nhận xét nào:

Check to be sure that port 22 is enabled before you reload

 https://superuser.com/questions/590600/ufw-is-active-but-not-enabled-why etting  ENABLED=yes  in  /etc/ufw/ufw.conf  did it for me. $ sudo ...