Member since
05-16-2016
9
Posts
1
Kudos Received
0
Solutions
06-21-2016
11:30 PM
Insert Overwrite is creating a CSV file as directory name and with a file named 000000_0 with all the content. How can I make this to create CSV file with exact name that I give like customershare.csv from above query ?
... View more
06-14-2016
07:10 PM
1 Kudo
Thanks Michael. I removed local keyword and it works fine now. Is there a specific location in local where it creates this in subdirectory by default ?
... View more
06-14-2016
06:59 PM
I am trying to run this query to load data from Hive Table to HDFS file. IT executes successfully but does not show any CSV file in the directory(sTestData) in hdfs. Any suggestions on what may be wrong with query or the access to the hdfs directory ? INSERT OVERWRITE LOCAL DIRECTORY '/STestData/customershare.csv'
ROW FORMAT DELIMITED
FIELDS TERMINATED BY ','
LINES TERMINATED BY '\n'
SELECT
*
FROM stestdata.customershare
... View more
Labels:
- Labels:
-
Apache Hadoop
-
Apache Hive
05-25-2016
12:00 AM
I get same error and cannot see Hive Tables. Any fix for this yet ?
... View more
05-24-2016
11:53 PM
Any fix for the issue yet ? I still have this issue . Is restarting ambari the only option ?
... View more
05-16-2016
08:14 PM
I cannot verify the port from browser using this url : http://127.0.0.1:9065/thrift.jsp as I configured my infoport on 9065
... View more
05-16-2016
07:02 PM
Josh, I tried configuring on different port using this command: hbase-daemon.sh start thrift --infoport 9065 -p 9060 But when I try browsing on that port locally, I do not see that working. Here is what in output when I run above command
... View more
05-16-2016
06:41 PM
Thanks josh. whats the default port that HDP starts HBase Thrift Server on ? is 9090 configured to Nifi ?
... View more
05-16-2016
06:30 PM
I am trying to get Thrift Server up and running as per steps mentioned here : https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.4/bk_installing_manually_book/content/ref-2a6efe32-d0e1-4e84-9068-4361b8c36dc8.1.html but it throws error when I start thrift server, Port in use: 0.0.0.0:9095 . Can someone help in configuring thrift server on different port and make it accessible outside the server I have HDP installed on.
... View more
Labels:
- Labels:
-
Apache HBase