Member since
10-16-2017
7
Posts
0
Kudos Received
0
Solutions
10-23-2019
05:15 PM
For me there is no My Subscription Button. So not able to see my posted questions
... View more
10-23-2019
04:57 PM
Yes that is the approach we are following. Just wondering is there any list of commands that works in HQL -shell. Tried for document on the same but with no luck.
... View more
10-20-2019
09:00 AM
Hi All,
In beeline hql file shell commands why source filename not working and cat filename works with no issues
!sh cat filename --working
!sh source filename -- giving error
Exception raised from Shell command java.lang.Exception: Failed to execute source filename
Any help would be great
... View more
Labels:
- Labels:
-
Apache Hive
08-17-2018
03:33 AM
Hi All, I am working on a spark java wrapper which uses third party libraries, which will read files from a hard coded directory name say "resdata" from where job executes. I know this is twisted but will try to explain. when I execute the job it is trying to find the required files in the path something like this below, /data<xx>/Hadoop/yarn/local/<userspecificpath>/appcache/application_xxxxx_xxx/container_00_xxxxx_xxx/resdata I am assuming it is looking for the files in the current data directory , under that looking for directory name "resdata". At this point I don't know how to configure the current directory to any path on hdfs or local. So looking for options to create directory structure similar to what the third party libraries expecting and copying required files over there. This I need to do on each node. I am working on spark 2.2.0 Please help me in achieving this?
... View more
Labels:
- Labels:
-
Apache Spark
02-13-2018
05:57 PM
Seems BASE64_ENCODE has limitation on byte size, I got below error while trying import with BLOB data size ~127KB. java.sql.SQLException: ORA-22835: Buffer too small for CLOB to CHAR or BLOB to RAW conversion (actual: 129892, maximum: 2000)
... View more