You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@hop.apache.org by po...@gmx.com on 2022/11/03 15:42:34 UTC

Where I can find variable for 'Input location' for Beam Input?

Hi,

I try to build some pipeline in Hop - test Beam feature.
Where I can find variable for 'Input location' for Beam Input? If we look at complex.hpl example we have  ${DATA_INPUT} definition for file. Where it is defined?
I found it months ago but completely forgotten where it was.

Thanks for help

Re: Where I can find variable for 'Input location' for Beam Input?

Posted by Hans Van Akelyen <ha...@gmail.com>.
 Hi,

Everything is stored under the config folder in your hop directory.
You can also save all this information externally by setting the
HOP_CONFIG_FOLDER environment variable.

For more useful variables
https://hop.apache.org/manual/latest/protips/index.html

Cheers,
Hans



On 4 November 2022 at 12:45:55, podunk@gmx.com (podunk@gmx.com) wrote:

Thank you.
I got it - this file is created in the project directory when new Pipeline
Run Configuration is created. Variables are in ... 'variables' tab.
BTW: When I move to new Hop version, how to import projects into new
version? There's some tutorial about that?

Best


Sent: Thursday, November 03, 2022 at 5:10 PM
From: "Fabian Peters" <po...@mercadu.de>
To: users@hop.apache.org
Subject: Re: Where I can find variable for 'Input location' for Beam Input?
Hi,

It's defined in the pipeline run configuration, e.g.
"projects/samples/metadata/pipeline-run-configuration/Direct.json"

cheers

Fabian

> Am 03.11.2022 um 16:42 schrieb podunk@gmx.com:
>
>
> Hi,
>
> I try to build some pipeline in Hop - test Beam feature.
> Where I can find variable for 'Input location' for Beam Input? If we look
at complex.hpl example we have ${DATA_INPUT} definition for file. Where it
is defined?
> I found it months ago but completely forgotten where it was.
>
> Thanks for help

Re: Where I can find variable for 'Input location' for Beam Input?

Posted by po...@gmx.com.
Thank you.
I got it - this file is created in the project directory when new Pipeline Run Configuration is created. Variables are in ... 'variables' tab.
BTW: When I move to new Hop version, how to import projects into new version? There's some tutorial about that?
 
Best 
 

Sent: Thursday, November 03, 2022 at 5:10 PM
From: "Fabian Peters" <po...@mercadu.de>
To: users@hop.apache.org
Subject: Re: Where I can find variable for 'Input location' for Beam Input?
Hi,

It's defined in the pipeline run configuration, e.g. "projects/samples/metadata/pipeline-run-configuration/Direct.json"

cheers

Fabian

> Am 03.11.2022 um 16:42 schrieb podunk@gmx.com:
>
>
> Hi,
>
> I try to build some pipeline in Hop - test Beam feature.
> Where I can find variable for 'Input location' for Beam Input? If we look at complex.hpl example we have ${DATA_INPUT} definition for file. Where it is defined?
> I found it months ago but completely forgotten where it was.
>
> Thanks for help
 
 
 

Re: Where I can find variable for 'Input location' for Beam Input?

Posted by Fabian Peters <po...@mercadu.de>.
Hi,

It's defined in the pipeline run configuration, e.g. "projects/samples/metadata/pipeline-run-configuration/Direct.json"

cheers

Fabian

> Am 03.11.2022 um 16:42 schrieb podunk@gmx.com:
> 
> 
> Hi,
> 
> I try to build some pipeline in Hop - test Beam feature.
> Where I can find variable for 'Input location' for Beam Input? If we look at complex.hpl example we have  ${DATA_INPUT} definition for file. Where it is defined?
> I found it months ago but completely forgotten where it was.
> 
> Thanks for help