Member since
04-11-2018
47
Posts
0
Kudos Received
1
Solution
My Accepted Solutions
Title | Views | Posted |
---|---|---|
19828 | 06-12-2018 11:26 AM |
05-31-2018
05:39 PM
@gnovak thanks for you time 🙂
... View more
05-31-2018
02:28 PM
@gnovak, In order to satisfy my need i am doing FileSystem.rename(src,tgt). If target path is not exists will it create? My understanding is, it will create the target path, however in my case i am able to move file as expected on my local machine and the same code has been deployed on cluster but i am able to move file to desired location. It is not giving me any exception but simply not doing the job.
... View more
05-25-2018
09:03 AM
@gnovak Thanks for getting my Question correctly. and the same has been done by me in my scala code. However thought to have others opinion on this.
... View more
05-25-2018
09:01 AM
@Geoffrey Shelton Okot, Thanks for your time but i was not looking for command line option(knows everyone).
... View more
05-24-2018
06:29 AM
@Geoffrey Shelton Okot, I have few files in hdfs directory. Simply wanted to move files from one hdfs directory to another. For example: Have file abc.txt in pqr directory wanted to move file to lmn directory. /apps/pqr/abc.txt move abc.txt to /apps/lmn/abc.txt
... View more
05-23-2018
07:48 AM
@Felix Albani, still i am not getting your point it should not throw exception in case of IF NOT EXISTS. As per my understanding when we say IF NOT EXISTS it should execute the statement silently without throwing any exception in case of database is already exists and that's why we are using IF NOT EXISTS. My purpose over here is to create the database if not exists otherwise don't create it.
... View more
05-23-2018
07:41 AM
I've files in one hdfs folder and after checking few things i wanted to move that file to another directory on hdfs. Currently i am using filesystem object with rename it is doing the job but it is actually renaming the file with complete path. Do have any other way to do it? Appriciate your help. Thanks,
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Spark
05-22-2018
11:49 AM
@Felix Albani, Any updates on this?
... View more
05-18-2018
03:35 PM
Hi, I need to create an empty hive bucketed table from spark with parquet file format. Currently spark is spitting exception for conventional cluster by. Thanks
... View more
Labels:
- Labels:
-
Apache Hive
-
Apache Spark
05-09-2018
07:14 AM
stack-trace.txt @Felix Albani , I've configured development environment on my local windows machine. I am not specifying location for database and running code as local. Find attached exception stack trace.
... View more