Created
July 26, 2021 21:39
-
-
Save nsivabalan/e6df4a5662ea154f03c8298c92060c98 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| select symbol, max(ts) from stock_ticks_mor_rt group by symbol HAVING symbol = 'GOOG'; | |
| WARNING: Hive-on-MR is deprecated in Hive 2 and may not be available in the future versions. Consider using a different execution engine (i.e. spark, tez) or using Hive 1.X releases. | |
| Error: org.apache.hive.service.cli.HiveSQLException: Error while processing statement: FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask | |
| at org.apache.hive.service.cli.operation.Operation.toSQLException(Operation.java:380) | |
| at org.apache.hive.service.cli.operation.SQLOperation.runQuery(SQLOperation.java:257) | |
| at org.apache.hive.service.cli.operation.SQLOperation.access$800(SQLOperation.java:91) | |
| at org.apache.hive.service.cli.operation.SQLOperation$BackgroundWork$1.run(SQLOperation.java:348) | |
| at java.security.AccessController.doPrivileged(Native Method) | |
| at javax.security.auth.Subject.doAs(Subject.java:422) | |
| at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1840) | |
| at org.apache.hive.service.cli.operation.SQLOperation$BackgroundWork.run(SQLOperation.java:362) | |
| at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) | |
| at java.util.concurrent.FutureTask.run(FutureTask.java:266) | |
| at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) | |
| at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
| at java.lang.Thread.run(Thread.java:748) (state=08S01,code=2) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment