questions/big-data-hadoop/page/29
Yes. It is not necessary to set ...READ MORE
Try this: val new_records = sc.newAPIHadoopRDD(hadoopConf,classOf[ ...READ MORE
hadoop dfsadmin -safemode leave READ MORE
Check the ip address mentioned in core-site.xml ...READ MORE
Hadoop framework divides a large file into ...READ MORE
There is no jobtracker in hadoop 2.2.0 YARN framework. ...READ MORE
mapper.py #!/usr/bin/python import sys #Word Count Example # input comes from ...READ MORE
First check if all daemons are running: sudo ...READ MORE
Seems like it is running on default ...READ MORE
The mapreduce task happens in the following ...READ MORE
When you copy a file from the ...READ MORE
This is happening because the file name ...READ MORE
We would like to say that the ...READ MORE
LocalFS means it may be your LinuxFS ...READ MORE
There could be more than one reason ...READ MORE
You can use hdfs fsck / to ...READ MORE
First make sure you have ant installed ...READ MORE
It seems like you are missing a ...READ MORE
For SQOOP export please try below command: bin/sqoop ...READ MORE
The error you are getting is because ...READ MORE
Please type the below command in the ...READ MORE
Both Spark and Hadoop MapReduce are used ...READ MORE
Write Ahead Log (WAL) is a file ...READ MORE
The syntax for Map-side join and Reduce-side ...READ MORE
You can re-install openssh-client and openssh-server: $ sudo ...READ MORE
Partitioning: Hive has been one of the preferred ...READ MORE
You can do the following method, copy to ...READ MORE
The combiner class is not required in ...READ MORE
Yes, You need to mention the below ...READ MORE
Let's understand full write mechanism so that ...READ MORE
impala-shell -i <domain_name>: <port > READ MORE
The Cloudera Connect Partner Program, more than ...READ MORE
Seems like the content in core-site.xml file is ...READ MORE
If the downtime is not an issue, ...READ MORE
Shared FS Basically implies to the high ...READ MORE
As per Cloudera, if you install hadoop ...READ MORE
The issue which you are facing is ...READ MORE
Usually we have Map/Reduce pair written in ...READ MORE
You can provide security to cloudera hdfs by using HDFS ...READ MORE
It's simple. You just have to add external ...READ MORE
Try this: String cords = it.next().toString(); lattitude = Double.toString((inst.decode(cords))[0]); longitude ...READ MORE
Use org.apache.hive.jdbc.HiveDriver as your driver ...READ MORE
The official location for Hadoop is the ...READ MORE
Yes, Hadoop 1.0 didn't have standby namenode. ...READ MORE
Different relational operators are: for each order by fil ...READ MORE
In your code, you have set some ...READ MORE
This is what happens: Map reduce framework will ...READ MORE
Check if bin/start-all.sh doesn't override JAVA_HOME put echo ...READ MORE
Here is an example of import command. ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.