Hi Rahul
Distro error may occur while using this command bin/mkdistro.sh
-DskipTests instead of that use
mvn clean package assembly:single -P hadoop-2 -DskipTests
if you are building against hadoop 2
it resolved the distro error.
For more info follow "http://gauravkohli.com/category/oozie/";
Am facing compilation error when running the following command. Any
insights into this will be helpful.
$ MAVEN_OPTS=-Xmx512m mvn clean install -DskipTests -Phadoop-1
[ERROR] COMPILATION ERROR :
[INFO] -
[ERROR]
/Users/pkhadloya/OtherPro
These are coming from hadoop.
You can turn them off by changing the property
"org.apache.hadoop.conf.Configuration.deprecation" in log4j.properties.
# Uncomment the following line to turn off configuration deprecation
warnings.
# log4j.logger.org.apache.hadoop.conf.Configuration.deprecation=WARN
How do I suppress deprecated INFO on hive startup?
-bash-4.1$ hive
14/09/24 05:58:16 INFO Configuration.deprecation: mapred.input.dir.recursive is
deprecated. Instead, use mapreduce.input.fileinputformat.input.dir.recursive
14/09/24 05:58:16 INFO Configuration.deprecation: mapred.max.split.size i
Hi Hive Users:
I have a hive generic hive udf which is called protect_column.
The udf works fine when I call it along.
But when I run the following query:
select case when id = 5 then protect_column(id, 'age', 12L) else id end from
one_row_table ;
It says
Caused by: org.apache.hadoop.hive
hi All,
I am trying to install oozie and getting following error. Any input is
appreciated
[INFO] BUILD FAILURE
[INFO]
[INFO] Total time: 18.326s
[INFO] Finished at: Wed Sep 24 13:45:13 EDT 2014
[INFO] Final Memory: 26M/64M