Techie Talks
Tuesday, 17 July 2012
Step by step Installation of hadoop on linux
›
1)First of all install java jdk 1.6 In my case ,JAVA_HOME= /usr/java/jdk1.6.0_33 2)Create a dedicated hadoop user group to separate ...
Friday, 13 July 2012
›
Add the following line to your hbase-env.sh file: export JAVA_HOME=/usr/lib/jvm/java-6-sun In the same file change this line: exp...
Tuesday, 10 July 2012
Interview Questions & Answers for Hadoop MapReduce developers
›
What is a JobTracker in Hadoop? How many instances of JobTracker run on a Hadoop Cluster? JobTracker is the daemon service for subm...
Thursday, 5 July 2012
1st,2nd,3rd,BCNF and 4th normal form in one example
›
All-in-One Example Many of you asked for a "complete" example that would run through all of the normal forms from beginning to ...
1 comment:
BCNF(Boyce Codd Normal Form)
›
Boyce-Codd Normal Form (BCNF) A relation is in BCNF if every determinant is a candidate key. Recall that not all ...
Candidate Key,Super Key
›
A candidate key for a relation is a set of its attributes that satisfy: • Uniqueness. The values of the attributes uniquely identify a tupl...
Tuesday, 3 July 2012
Third Normal Form
›
Prior to Normalization Item Colors Price Tax Pen red, blue 2.0 0.20 Scale ...
‹
›
Home
View web version