hi,

The package names of the files show error, for example :
package org.apache.hadoop.hive.ql.parse;
when the whole src folder of Hive is copied to the src folder of a new
Netbeans project.

I have problems with the following imports :

import org.apache.commons.lang.StringUtils;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.mapred.InputFormat;
import org.apache.hadoop.mapred.TextInputFormat;
and similarly more.

I am not sure, If I have to add hadoop jar files in the project as library.
The hadoop and hive are installed in my home folder, while the IDE is
installed in another partition.

Can someone help me by telling me about what should be done about the
package names and the missing imports jars ?

Goal : I want to modify just two files of hive and see the results after
creating a jar. Shall I just replace the existing jars in the home folder,
when I am through with resolving the above problems
regards,
Abhinav

Reply via email to