You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by santosh_rajaguru <sa...@gmail.com> on 2015/10/07 15:31:23 UTC

Running the job in Flink webInterface

Hi all,

I am experiencing some problem while writing to the jena-hbase.
I am using a custom OutPutformat for writing. This reads a configuration
file from the classpath.
it works while running the job from eclipse. but it throws an exception
(hbaserdf.ttl file cannot found) while running it from flink web interface.
hbaserdf is present in the jar.

for hadoop configurations, we can use fs.hdfs.hadoopconf and path to the
folder of configuration files.
is there any similar way to include other configurations into flink?

Thanks and Regards,
Santosh



--
View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Running-the-job-in-Flink-webInterface-tp8358.html
Sent from the Apache Flink Mailing List archive. mailing list archive at Nabble.com.

Re: Running the job in Flink webInterface

Posted by Maximilian Michels <mx...@apache.org>.
How do you load the resource? Could you supply the code section?

On Fri, Oct 9, 2015 at 3:53 PM, santosh_rajaguru <sa...@gmail.com> wrote:
> Yes i have included the files in the jar. It throws the same error while
> executing from command prompt
>
>
>
> --
> View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Running-the-job-in-Flink-webInterface-tp8358p8422.html
> Sent from the Apache Flink Mailing List archive. mailing list archive at Nabble.com.

Re: Running the job in Flink webInterface

Posted by santosh_rajaguru <sa...@gmail.com>.
Yes i have included the files in the jar. It throws the same error while
executing from command prompt



--
View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Running-the-job-in-Flink-webInterface-tp8358p8422.html
Sent from the Apache Flink Mailing List archive. mailing list archive at Nabble.com.

Re: Running the job in Flink webInterface

Posted by Maximilian Michels <mx...@apache.org>.
Hi Santosh,

Did you include the resource file in the JAR that you submit using the
web interface? Does it work using the command-line interface?

Best regards,
Max

On Wed, Oct 7, 2015 at 3:31 PM, santosh_rajaguru <sa...@gmail.com> wrote:
> Hi all,
>
> I am experiencing some problem while writing to the jena-hbase.
> I am using a custom OutPutformat for writing. This reads a configuration
> file from the classpath.
> it works while running the job from eclipse. but it throws an exception
> (hbaserdf.ttl file cannot found) while running it from flink web interface.
> hbaserdf is present in the jar.
>
> for hadoop configurations, we can use fs.hdfs.hadoopconf and path to the
> folder of configuration files.
> is there any similar way to include other configurations into flink?
>
> Thanks and Regards,
> Santosh
>
>
>
> --
> View this message in context: http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/Running-the-job-in-Flink-webInterface-tp8358.html
> Sent from the Apache Flink Mailing List archive. mailing list archive at Nabble.com.