Member since
03-23-2017
110
Posts
2
Kudos Received
5
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1784 | 06-01-2017 09:30 AM | |
| 1535 | 05-31-2017 08:41 AM | |
| 2922 | 05-15-2017 06:15 AM | |
| 2875 | 05-11-2017 02:40 AM | |
| 1452 | 05-11-2017 02:36 AM |
05-02-2018
06:00 PM
1 Kudo
if you are using the command line client you can pass the argument '--from-beginning', if you have written your own application, you can simply provide the offset a a parameter.
... View more
04-06-2018
05:40 PM
@Jordan thanks for the info.
... View more
10-19-2017
03:59 PM
1 Kudo
Hi @Rajesh Reddy I've tried it from S3 to a regular HDFS cluster, but I don't see why it wouldn't work. Instead of the hdfs:// prefix for the source/destinations, you can replace that with s3a:// If your S3a keys are defined elsewhere already, they don't necessarily need to be passed in-line like this example: hadoop distcp -Dfs.s3a.access.key="<key>" -Dfs.s3a.secret.key="<my Key>"
s3a://hostname/dir/file s3a://hostname/dir/file
... View more
10-18-2017
02:31 PM
That is correct @Rajesh Reddy, think of HDFS as a performance layer for workloads to do the inbetween work, and S3 as the place for datasets to live long term. You can then reduce the storage on your datanodes becuase its only for intermetidate processing.
... View more
04-23-2018
09:25 AM
Hi, I have the same problem, where I can change port 8440, to another.
... View more
06-27-2017
07:22 PM
@yvora I get the same error, and tryed to do your recomadtion, but get the same error described by @Rajesh Reddy. The firts option you sugested doesn't work, because when you restart the spark a new conf is put with only with connection of hive.metastore.uris. Any one get a solution of integration Hive on Spark? Thanks.
... View more
06-01-2017
09:30 AM
followed this link and it worked. http://www.ericlin.me/hive-metastore-migration-from-embedded-postgres-to-mysql
... View more
05-31-2017
08:41 AM
This was resolved after copying tomcat-juli.jar and bootstrap.jar to eagle tomcat bin directory.
... View more
05-26-2017
06:59 AM
@Rajesh Reddy I responded to your query in another thread being discussed on the same issue: https://community.hortonworks.com/questions/104714/ambari-server-and-web-client-versions-do-not-match-1.html#answer-104931
... View more
05-29-2017
05:20 AM
Hi @Jay SenSharma that solved the issue. Thanks for the support.
... View more
- « Previous
-
- 1
- 2
- Next »