Member since
02-12-2016
102
Posts
117
Kudos Received
8
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
13906 | 03-15-2016 06:36 AM | |
15885 | 03-12-2016 10:04 AM | |
3420 | 03-12-2016 08:14 AM | |
1040 | 03-04-2016 02:36 PM | |
1968 | 02-19-2016 10:59 AM |
02-18-2016
09:02 AM
1 Kudo
Hi, Is using data compression is better practice while storing data in hdfs?, I have found many different views regarding this. Can anyone explain whether it is good practice to use compression or it should be avoided?
... View more
Labels:
- Labels:
-
Apache Hadoop
02-18-2016
08:52 AM
1 Kudo
Hi, Can anyone guide me on setting up LDAP authentication on Ambari?
... View more
Labels:
- Labels:
-
Apache Ambari
02-18-2016
08:13 AM
1 Kudo
@Karthik Gopal thanks for reply, found some useful information on given link. Does hbase_snapshots is best method for backup on live environment?
... View more
02-18-2016
07:54 AM
@Rajeshbabu Chintaguntla, can you please explain what are advantages of using snapshots over other methods and also provide command to be used for taking snapshots?
... View more
02-18-2016
07:48 AM
3 Kudos
Hi, Can anyone suggest me which is best method for taking backup of hbase data among distcp, copyTable, export/import, cluster replication?
... View more
Labels:
- Labels:
-
Apache HBase
02-17-2016
12:33 PM
1 Kudo
@Neeraj Sabharwal Thanks For the quick reply.
... View more
02-17-2016
11:54 AM
2 Kudos
File system metadata is stored in two different constructs: the fsimage and the edit log. The fsimage is a file that represents a point-in-time snapshot of the filesystem’s metadata. However, while the fsimage file format is very efficient to read. Thus, rather than writing a new fsimage every time the namespace is modified, the NameNode instead records the modifying operation in the edit log for durability. This way, if the NameNode crashes, it can restore its state by first loading the fsimage then replaying all the operations (also called edits or transactions) in the edit log to catch up to the most recent state of the file system.
Edit log modifications must be written to a majority of Journal Nodes. This will allow the system to tolerate the failure of a single machine.
... View more
02-17-2016
11:28 AM
1 Kudo
Hi, Can anyone help me understand, what are different ways of handling GC pause related errors and what is best practice for avoiding such errors.
... View more
02-17-2016
11:05 AM
3 Kudos
Hi, Can anyone explain me the difference of journal and edits.
... View more
Labels:
- Labels:
-
Apache Hadoop
02-17-2016
11:00 AM
3 Kudos
Hi, Did anyone use Hazelcast? It is alternative for Cassandra, couchDB, etc.
... View more
- « Previous
- Next »