Member since
04-22-2016
931
Posts
46
Kudos Received
26
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
1494 | 10-11-2018 01:38 AM | |
1859 | 09-26-2018 02:24 AM | |
1820 | 06-29-2018 02:35 PM | |
2411 | 06-29-2018 02:34 PM | |
5350 | 06-20-2018 04:30 PM |
08-30-2016
08:17 PM
is NIFI part of HDF ? the link you send is mentioning downloading HDF and not NIFI
... View more
08-30-2016
06:39 PM
can someone give me install instructions for NIFI on HDP and not SANDBOX ? I see this link but Its confusing as it talks about SANDBOX and also HDP . https://community.hortonworks.com/questions/44042/adding-nifi-server-to-hdp-25-sandbox.html
... View more
Labels:
- Labels:
-
Apache NiFi
08-30-2016
06:18 PM
do I need to install Horton SANDBOX for nifi ? I have hortonworks installed but if I go to localhost:8080/nifi it says not found ?
... View more
08-30-2016
05:15 PM
thanks for the feedback I will start reading
... View more
08-30-2016
04:19 PM
1 Kudo
I have a file with data like below , I want to grab the info between each START - START-END lines and save it using a KEY value on first line.
how can I do that ? please note that the number of lines between the START and START-END is varying.
I would like to put this in HIVE database also. START - KEY-VALUE and bunch of info on this line
bunch of info on this line
bunch of info on this line
bunch of info on this line
START-END bunch of info on this line
START - KEY-VALUE and bunch of info on this line
bunch of info on this line
START-END bunch of info on this line regards
... View more
Labels:
- Labels:
-
Apache Hive
08-29-2016
07:15 PM
hi njay apparently the --schema option is not needed if I use the --hive-table option.
... View more
08-29-2016
07:14 PM
oh yes that was it , it fixed the issue . but for my understanding , do we have to specify a local table always ?
... View more
08-29-2016
06:56 PM
I am unable to import a table into HIVE , I am getting error "database doesn't exist" , googling Iam seeing people reporting that for Cloudera hive metastore needs to be set in "remote" mode. is there something I have to do in Horton works also? can I use the "default" database that comes with the postgres Hive database or do I have to create a new one if I want to use HIVE? below is the command I am giving and the error generated , I am not sure why is the command looking for a database called "PATRON" ? sqoop import --connect "jdbc:oracle:thin:@(description=(address=(protocol=tcp)(host=patronQA)(port=1526))(connect_data=(service_name=patron)))" --username PATRON --password xxxx --table PATRON.TAB1 --split-by TAB1.ACCT_NUM --hive-import --create-hive-table
FAILED: SemanticException [Error 10072]: Database does not exist: PATRON
... View more
Labels:
- Labels:
-
Apache Hive
08-26-2016
07:03 PM
I am keep getting these errors , and most of the time the application succeeds still. what is this error and how I can resolve this ? I have ssh setup between all hosts 16/08/26 14:59:54 INFO mapreduce.Job: Job job_1472231356029_0008 failed with state FAILED due to: Application application_1472231356029_0008 failed 2 times due to Error launching appattempt_1472231356029_0008_000002. Got exception: java.net.NoRouteToHostException: No Route to Host from hadoop2.tolls.dot.state.fl.us/10.100.44.16 to hadoop3.tolls.dot.state.fl.us:45454 failed on socket timeout exception: java.net.NoRouteToHostException: No route to host; For more details see: http://wiki.apache.org/hadoop/NoRouteToHost
... View more
Labels:
- Labels:
-
Apache Hadoop