Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-8731

Beeline doesn't work with -e option when started in background

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.2.0
    • 3.3.1, 3.2.3, 3.4.0
    • SQL
    • None

    Description

      Beeline stops when running back ground like this:
      beeline -e "some query" &
      it doesn't work even with the -f switch.

      For example:
      this works:
      beeline -u "jdbc:hive2://0.0.0.0:8000" -e "show databases;"

      however this not:
      beeline -u "jdbc:hive2://0.0.0.0:8000" -e "show databases;" &

      Attachments

        Activity

          People

            zhouyifan279 Zhou Yifan
            wyg_Grady Wang Yiguang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: