Member since
02-02-2016
583
Posts
518
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3174 | 09-16-2016 11:56 AM | |
1354 | 09-13-2016 08:47 PM | |
5345 | 09-06-2016 11:00 AM | |
3097 | 08-05-2016 11:51 AM | |
5171 | 08-03-2016 02:58 PM |
05-12-2016
08:03 PM
2 Kudos
@Tech Guy Can you please try to follow below URL and see if that resolve the issue?. http://hortonworks.com/hadoop-tutorial/how-to-install-and-configure-the-hortonworks-odbc-driver-on-windows-7/
... View more
05-12-2016
06:24 PM
It seems like falcon<version>jar is missing, can you check it in /usr/hdp/current/oozie-server/libext directory? if its not therethen kindly copy it and rebuild the oozie war.
... View more
05-12-2016
04:18 PM
@JR Cao please accept my post as an answer if you are good with the provided information.
... View more
05-12-2016
12:29 PM
2 Kudos
@Kaliyug Antagonist The issue here is that you imported the sqoop data as --as-textfile but you created the table with ORC store format. Therefore hive is throwing this error becuase data is not in ORC format. Either you need to change the create table storage to text format OR you need to import data in ORC format through sqoop.
... View more
05-11-2016
11:05 AM
2 Kudos
@Pietro Fragnito You may also need to check your spark-env.sh file and make sure that MASTER=yarn-client variable is set.
... View more
05-11-2016
09:14 AM
@JR Cao I have raised a internal HDP Spark jira BUG-57627 for this issue. Thanks for raising this.
... View more
05-09-2016
01:04 PM
2 Kudos
@JR Cao Hi, I think that line is commented out so won't cause any issue by default and YES if user uncommented that line then it will cause error. But I will also share this to spark team to change the default template. Thanks for the feedback.
... View more
05-09-2016
10:30 AM
@Raghu Ramamoorthi Can you please share the log messages which you are seeing?
... View more
05-09-2016
10:25 AM
@Raghu Ramamoorthi I think you probably won't find this parameter unless you mentioned it in hbase-env.sh explicitly to override the default hbase class path, by default the value to this parameter is same as below command output. bash# hbase classpath
... View more