Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
889 views

I am migrating our application to openjdk11 and with this setup my application is throwing below error. PLease help on this Note : With Jdk 1.8 the same code and configurations are working fine . Java ...
Avinash T S's user avatar
7 votes
0 answers
2k views

According to the README in spring-hadoop, the project has reached an End-Of-Life: NOTICE: The Spring for Apache Hadoop project has reached End-Of-Life status on April 5th, 2019. The final Spring for ...
carlspring's user avatar
1 vote
1 answer
1k views

I managed to integrate Hbase into a Spring app using HbaseTemplate: import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.hadoop.hbase.HbaseTemplate; import ...
pawello2222's user avatar
  • 55.7k
1 vote
1 answer
452 views

I have been developing my first RESTful server utilizing such technologies as Spring and HBase. Message below is the core model of my server; @AllArgsConstructor @Getter public class Message { ...
Pasha's user avatar
  • 1,988
3 votes
0 answers
171 views

I have a question to Spring community. As stated in the article, Spring for Hadoop will no longer be supported on April, 2019. Is (or will) there be any other Spring project for Hadoop, HBase (...
Markiza's user avatar
  • 444
0 votes
0 answers
189 views

I want to enable Hive in my Spring Hadoop project. I understand that we can't use JavaConfiguration so I am using XML. I have an error regarding the Spring Namespace. Error starting ...
Geoff L.'s user avatar
1 vote
1 answer
2k views

Am I supposed to understand how to implement Spring Hadoop / Hive by reading this quick guide? I don't know where the xml configurations should go (maybe hive.xml)? https://docs.spring.io/spring-...
Geoff L.'s user avatar
7 votes
2 answers
8k views

The problem is that you need to launch separate JVM to create separate session with different number of RAM per job. How to submit few Spark applications simultaneously without manually spawning ...
VB_'s user avatar
  • 45.9k
1 vote
0 answers
148 views

My goal is to write a directory on HDFS. For that I use: spring-data-hadoop:2.4.0.RELEASE spring-data-hadoop-store:2.4.0.RELEASE In my config class I define a bean @Bean public DataStoreWriter<...
vincent's user avatar
  • 1,244
2 votes
1 answer
2k views

I am trying to configure beans for Hadoop/Hive environment. According to documentation I need Apache Hadoop Configuration class, which should be autowired. See: http://docs.spring.io/spring-hadoop/...
wst's user avatar
  • 4,428
0 votes
1 answer
2k views

I was trying to write a simple text to HDFS using spring data hadoop. But I'm getting an unknown issue upon writing. Exception in thread "main" org.springframework.data.hadoop.store.StoreException:...
Sachin's user avatar
  • 1,769
0 votes
2 answers
77 views

I've a bean named textFileWriter to write string entities to HDFS. I've configured the spring bean in bean config file. While executing am getting NullPointerException. Please help me on this. My ...
Sachin's user avatar
  • 1,769
0 votes
1 answer
624 views

I'm new to spring data-hadoop and would like to ask one general question. I have files in different format and would like to extract the useful content with Apache Tika and store as text files in HDFS....
Sachin's user avatar
  • 1,769
0 votes
1 answer
112 views

I'm new to spring data and trying to distribute all the spring data dependencies through distributed cache. But it's not working and no useful resources are found. My configuration inside application-...
Sachin's user avatar
  • 1,769
0 votes
1 answer
199 views

I have two small apps, one uses spring-boot-starter-amqp, other uses spring-data-hadoop-boot. I can run them separately without any problems. When I join them together, app start fails with exception:...
wst's user avatar
  • 4,428

15 30 50 per page